mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
remove superfluous debug from junction polyfill
This commit is contained in:
parent
f6eae7b905
commit
637890309a
@ -15,6 +15,5 @@ module.exports = function(RED) {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("HERE!!!!!!",major)
|
|
||||||
RED.nodes.registerType("junction",JunctionNode);
|
RED.nodes.registerType("junction",JunctionNode);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user