diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-23 12:45:16 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-23 12:45:16 -0500 |
| commit | 812cc8311fd0cb9fca2f06c8188813a71a914dba (patch) | |
| tree | fbb2c62ff171530100e86b8409901dac879dacc6 /site/inspector.mjs | |
| parent | a0d6b9ce39bce2182c400b529a9698f12307ae2d (diff) | |
| download | automathon-812cc8311fd0cb9fca2f06c8188813a71a914dba.tar.gz automathon-812cc8311fd0cb9fca2f06c8188813a71a914dba.zip | |
js: don't log inspector render
Diffstat (limited to 'site/inspector.mjs')
| -rw-r--r-- | site/inspector.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/site/inspector.mjs b/site/inspector.mjs index 76e635f..7de1039 100644 --- a/site/inspector.mjs +++ b/site/inspector.mjs @@ -94,7 +94,6 @@ export default class extends HTMLElement { } render(robo, fresh=false) { - console.debug('render', this, robo); if (fresh) { this.renderWordlist(robo); } |
