Skip to content

Commit 1a2f176

Browse files
committed
Remove debug
1 parent b337ad9 commit 1a2f176

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/hooks/noteWrapper.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ export function noteWrapper() {
2727
/* eslint-disable no-invalid-this */
2828
libWrapper.register(CONSTANTS.FLAG_NAME, 'Note.prototype._draw', async function(wrapped, ...args) {
2929

30-
console.warn("Note.prototype._draw", {
31-
wrapped,
32-
args,
33-
this: this,
34-
notTextureExists: !Icons.textureExists(this.document?.texture?.src),
35-
notDisableAutoIcon: !Icons.disableAutoIcon(this.document),
36-
});
3730
if (utils.setting("ENABLE_DYNAMIC_ICONS")
3831
&& !Icons.textureExists(this.document?.texture?.src)
3932
&& !Icons.disableAutoIcon(this.document)

0 commit comments

Comments
 (0)