Skip to content

Commit

Permalink
Fixes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Feb 5, 2020
1 parent 8be3b43 commit 62a28d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/modem.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ Modem.prototype.followProgress = function (stream, onFinished, onProgress) {
var obj = JSON.parse(line);
output.push(obj);
if (onProgress) {
console.log(obj)
onProgress(obj);
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-modem",
"description": "Docker remote API network layer module.",
"version": "2.1.0",
"version": "2.1.1",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand Down

0 comments on commit 62a28d2

Please sign in to comment.