From 6b7386d237c14b6a55476ecf055cd790614e317c Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 20 May 2026 18:02:23 +0800 Subject: [PATCH] 1 --- libs/weapp-qrcode.js | 1 - 1 file changed, 1 deletion(-) 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) } })