diff --git a/drpy/drpy2.js b/drpy/drpy2.js index bd4db4c3..5daf0593 100644 --- a/drpy/drpy2.js +++ b/drpy/drpy2.js @@ -24,12 +24,6 @@ const cheerio = { // import 模板 from"https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/模板.js"; // import {gbkTool} from 'https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/libs/gbk.js' -var xlog = console.log; -console.log = function(msg) { - if (getItem("drpy调试日志")=="1") { - xlog(msg); - } -} function init_test() { // console.log(typeof(CryptoJS));