Commit 88ed78b6 authored by lyong's avatar lyong

fix:禁用打印

parent ccd2cb53
// globalThis.cslog = //console.log
// console.log = function () {
console.log = function () {
// }
// console.trace = function () {
}
console.trace = function () {
// }
}
console.debug = function (text) {
var date = new Date()
text = `========= [${date}] ${text}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment