Skip to content

Commit 48ac7a8

Browse files
author
joseconstela
committed
Remove logs
1 parent bfffd9f commit 48ac7a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tideflowio/tideflow-agent",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Tideflow.io's agent",
55
"main": "index.js",
66
"keywords": [

runner.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ const cmd = (socket, topic, req) => {
2424
].map(p => parameters.push(p))
2525
}
2626

27-
console.log({command, parameters})
28-
2927
// Execute the command in a child process so that stds can be monitored
3028
let sp = spawn(command, parameters)
3129

0 commit comments

Comments
 (0)