mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-23 06:10:32 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
committed by
Connor Byrne
parent
2f76a931a8
commit
5df5ee1d0b
@@ -594,7 +594,6 @@ function createNodeHandle(nodeId: NodeEntityId): NodeHandle {
|
||||
) {
|
||||
// TODO(#11939): replace with world.onSystemEvent once World interface gains it
|
||||
if (import.meta.env.DEV) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn(
|
||||
`[extension-api] node.on('${event}') is a Phase-A stub — handlers will not fire until the dispatch substrate lands (#11939).`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user