mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
[Cleanup] Remove unused code (#553)
This commit is contained in:
@@ -2711,8 +2711,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
|
||||
this.console.push(msg)
|
||||
if (this.console.length > LGraphNode.MAX_CONSOLE)
|
||||
this.console.shift()
|
||||
|
||||
this.graph.onNodeTrace?.(this, msg)
|
||||
}
|
||||
|
||||
/* Forces to redraw or the main canvas (LGraphNode) or the bg canvas (links) */
|
||||
|
||||
Reference in New Issue
Block a user