Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
fix(nodejs): unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Jan 5, 2016
1 parent 34c1651 commit f5ea923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nodejs/nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function isValid(size) {
}

function moveFile(destinationDir, sourceFile, destinationFile, success, failure) {
console.log(arguments)
mkdirp(destinationDir, function(error) {
var sourceStream, destStream;

Expand Down
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"rimraf": "2.5.0"
},
"files": ["nodejs.js"],
"version" : "3.0.1"
"version" : "3.0.2"
}

0 comments on commit f5ea923

Please sign in to comment.