diff --git a/src/nodeClass.js b/src/nodeClass.js index 77f9139..5f1c865 100644 --- a/src/nodeClass.js +++ b/src/nodeClass.js @@ -18,10 +18,6 @@ class nodeClass { */ constructor(uiConfig, RED, nodeInstance, nameOfNode) { - - //test - - //test2 // Preserve RED reference for HTTP endpoints if needed this.node = nodeInstance;