remove superfluous debug from junction polyfill

This commit is contained in:
Dave Conway-Jones 2022-03-12 12:30:53 +00:00
parent f6eae7b905
commit 637890309a
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 0 additions and 1 deletions

View File

@ -15,6 +15,5 @@ module.exports = function(RED) {
done();
});
}
console.log("HERE!!!!!!",major)
RED.nodes.registerType("junction",JunctionNode);
}