Skip to content

Commit

Permalink
remove: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vpbs2 committed Aug 30, 2024
1 parent b20307b commit 0b66334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meerkat-browser-runner/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export function App() {
useEffectOnce(() => {
if (!messageRefSet.current) {
communicationRef.current?.onMessage((message) => {
console.log('inside iframe runner', message);
switch (message.message.type) {
case BROWSER_RUNNER_TYPE.EXEC_QUERY:
dbmRef.current
Expand Down

0 comments on commit 0b66334

Please sign in to comment.