[Cleanup] Remove lint bypass, remove unused vars (#554)

This commit is contained in:
filtered
2025-02-20 11:17:35 +11:00
committed by GitHub
parent 485bfd1628
commit b67f34e7f3
6 changed files with 11 additions and 23 deletions

View File

@@ -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 }