diff --git a/cli/src/commands/put-stream.js b/cli/src/commands/put-stream.js index dfa0b233bb290b20c6491d286bac78f922768b85..71f5cf73a4ef206f6597d9d97da047ccd11fe90d 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",