Skip to content

Commit 8048efa

Browse files
committed
Removed console log
1 parent 78f418d commit 8048efa

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/components/workbench

1 file changed

+1
-1
lines changed

packages/app/src/components/workbench/logs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class DevtoolsSource extends Element {
4848
}, {} as Record<string, CommandEndpoint>)
4949
this.#commandDefinition = endpoints[command.command]
5050
this.command = command
51-
console.log('show-command', command, this.#commandDefinition)
51+
5252
window.dispatchEvent(new CustomEvent('app-source-highlight', {
5353
detail: this.command?.callSource
5454
}))

0 commit comments

Comments
 (0)