We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb0e4c commit 4c24f04Copy full SHA for 4c24f04
lib/main.js
@@ -25,9 +25,7 @@ module.exports = function (options) {
25
function(err, stdout, stderr){
26
var qrcode = "";
27
var errorCache = null;
28
- console.log(err, stdout, stderr);
29
if(err !== null) {
30
31
errorCache = err;
32
} else {
33
var lines = stdout.split("\n");
package.json
@@ -8,7 +8,7 @@
8
}
9
],
10
"description": "ZXing Wrapper",
11
- "version": "0.1.2",
+ "version": "0.1.3",
12
"homepage": "https://github.com/komola/node-zxing",
13
"repository": {
14
"type": "git",
0 commit comments