diff --git a/src/LiteGraphGlobal.ts b/src/LiteGraphGlobal.ts index 3c373591f..bdc1deefb 100644 --- a/src/LiteGraphGlobal.ts +++ b/src/LiteGraphGlobal.ts @@ -299,7 +299,7 @@ export class LiteGraphGlobal { } const prev = this.registered_node_types[type] - if (prev) { + if (prev && this.debug) { console.log("replacing node type:", type) }