diff --git a/packages/tldraw/src/state/TLDrawState.ts b/packages/tldraw/src/state/TLDrawState.ts index f8f903cf2..fed648da5 100644 --- a/packages/tldraw/src/state/TLDrawState.ts +++ b/packages/tldraw/src/state/TLDrawState.ts @@ -649,8 +649,6 @@ export class TLDrawState extends StateManager { const tool = this.tools[type] if (tool === this.currentTool) { - console.log('hi') - this.patchState({ appState: { isToolLocked: false,