mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
remove superfluous debug from junction polyfill
This commit is contained in:
@@ -15,6 +15,5 @@ module.exports = function(RED) {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("HERE!!!!!!",major)
|
|
||||||
RED.nodes.registerType("junction",JunctionNode);
|
RED.nodes.registerType("junction",JunctionNode);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user