diff --git a/libs/weapp-qrcode.js b/libs/weapp-qrcode.js index 3026a63..ab14567 100644 --- a/libs/weapp-qrcode.js +++ b/libs/weapp-qrcode.js @@ -412,7 +412,6 @@ var QRCode; destHeight: this._htOption.height, canvasId: this.canvasId, success: function (res) { - console.log(res.tempFilePath) callback(res.tempFilePath) } })