Skip to content

Commit 4c24f04

Browse files
committed
less verbose
1 parent 4eb0e4c commit 4c24f04

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ module.exports = function (options) {
2525
function(err, stdout, stderr){
2626
var qrcode = "";
2727
var errorCache = null;
28-
console.log(err, stdout, stderr);
2928
if(err !== null) {
30-
console.log(err, stdout, stderr);
3129
errorCache = err;
3230
} else {
3331
var lines = stdout.split("\n");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"description": "ZXing Wrapper",
11-
"version": "0.1.2",
11+
"version": "0.1.3",
1212
"homepage": "https://github.com/komola/node-zxing",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)