Skip to content

Commit

Permalink
* 取消log日志的输出
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Mar 28, 2024
1 parent 1da0e17 commit 8bad081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/src/util/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 localLog.set(message);
// await localLog.set(message);
}

async info(message, is_format) {
Expand Down

0 comments on commit 8bad081

Please sign in to comment.