aboutsummaryrefslogtreecommitdiffstats
path: root/library/controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/controller.js')
-rw-r--r--library/controller.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/controller.js b/library/controller.js
index 24b841f5e..d5cd0525e 100644
--- a/library/controller.js
+++ b/library/controller.js
@@ -51,7 +51,8 @@ function initializeZeroClient() {
if (err) throw err
})
- multiStream.on('data', function(chunk){ console.log(chunk) })
+ // connectionStream.on('data', function(chunk){ console.log('connectionStream chuck', chunk) })
+ // multiStream.on('data', function(chunk){ console.log('multiStream chuck', chunk) })
var providerStream = multiStream.createStream('provider')
handleRequestsFromStream(providerStream, provider, logger)