Commit 41df801c by jiangjianlei

Update play.js

parent 6398753a
......@@ -111,12 +111,10 @@ let allNames = names => {
}
function log(content, useRelease = false) {
if (isTest() || useRelease) {
console.log(`[${new Date().toLocaleString()}]: ${content}`)
}
}
function isTest() {
return true
return false
}
// Code ------------------------------------------------------------
// 状态记录
......
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