mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
Disable debug logic in changeTracker (#1577)
This commit is contained in:
@@ -99,7 +99,7 @@ export class ChangeTracker {
|
||||
this.initialState,
|
||||
this.activeState
|
||||
)
|
||||
if (workflow.isModified) {
|
||||
if (logger.getLevel() <= logger.levels.DEBUG && workflow.isModified) {
|
||||
const diff = ChangeTracker.graphDiff(
|
||||
this.initialState,
|
||||
this.activeState
|
||||
|
||||
Reference in New Issue
Block a user