Skip to content

Commit 62a28d2

Browse files
committed
Fixes #116
1 parent 8be3b43 commit 62a28d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/modem.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ Modem.prototype.followProgress = function (stream, onFinished, onProgress) {
401401
var obj = JSON.parse(line);
402402
output.push(obj);
403403
if (onProgress) {
404-
console.log(obj)
405404
onProgress(obj);
406405
}
407406
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-modem",
33
"description": "Docker remote API network layer module.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "Pedro Dias <[email protected]>",
66
"maintainers": [
77
"apocas <[email protected]>"

0 commit comments

Comments
 (0)