From 8fe76a5f0906f9230ebcb98b0bfb5b8507eddf56 Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sat, 1 Dec 2018 21:55:14 -0600 Subject: [PATCH] update --- cli/src/commands/put-stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/commands/put-stream.js b/cli/src/commands/put-stream.js index dfa0b23..71f5cf7 100644 --- a/cli/src/commands/put-stream.js +++ b/cli/src/commands/put-stream.js @@ -63,7 +63,7 @@ module.exports.handler = handleErrors(async (argv: {}) => { if (queue.length > 0) { const body = queue.pop(); var target = "http://"+ master + ":3000/spout/"; - console.log(target) + // console.log(target) console.log(JSON.stringify(body)) fetch(target, { method: "post", -- GitLab