Skip to content

Commit

Permalink
* 取消文件写入的日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Mar 27, 2024
1 parent 463ea7d commit 33a0d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class JadeLogging {

async log(message) {
console.debug(message)
await local.set(file_path,this.getTime(), message);
// await local.set(file_path,this.getTime(), message);
}

async info(message, is_format=false) {
Expand Down

0 comments on commit 33a0d7a

Please sign in to comment.