Skip to content

Commit 180b684

Browse files
committed
Remove console.log
1 parent fc3835e commit 180b684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html-api-debugger/view.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ const store = createStore(NS, {
241241
return;
242242
}
243243

244-
console.log('t: %o, ct: %o', e.target, e.currentTarget);
245244
// @ts-expect-error 3-tuple to 3-tuple
246245
const [before, current, after] = /** @type {readonly [Text,Text,Text]} */ (
247246
store.state

0 commit comments

Comments
 (0)