We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b9af commit d525da0Copy full SHA for d525da0
tester.js
@@ -142,8 +142,6 @@ tester.test = function(name, callback) {
142
// Add component to flowstream
143
var comp = flow.add(testName, data);
144
145
-
146
147
let conns = {};
148
let is;
149
@@ -156,8 +154,6 @@ tester.test = function(name, callback) {
156
154
if (!is)
157
155
conns = { output: tester.dummyConnection };
158
159
- console.log(conns);
160
161
const componentConnection = { [componentConnectionId]: { component: testName, connections: conns } };
162
163
// Connect component to DUMMY component
0 commit comments