mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 12:40:00 +00:00
[Cleanup] Remove lint bypass, remove unused vars (#554)
This commit is contained in:
@@ -584,8 +584,6 @@ export class LGraph implements LinkNetwork, Serialisable<SerialisableGraph> {
|
||||
if (L.length != this._nodes.length && LiteGraph.debug)
|
||||
console.warn("something went wrong, nodes missing")
|
||||
|
||||
const l = L.length
|
||||
|
||||
/** Ensure type is set */
|
||||
type OrderedLGraphNode = LGraphNode & { order: number }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user