Skip to content

Commit

Permalink
chore: disable debug log only
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoyang committed Feb 28, 2024
1 parent 26a499c commit 51d743d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/phatjs/phatjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ module.exports.__wbg_error_b834525fe62708f5 = function(arg0) {
};

module.exports.__wbg_warn_2a68e3ab54e55f28 = function(arg0) {
// console.warn(getObject(arg0));
console.warn(getObject(arg0));
};

module.exports.__wbg_info_12174227444ccc71 = function(arg0) {
// console.info(getObject(arg0));
console.info(getObject(arg0));
};

module.exports.__wbg_debug_7d82cf3cd21e00b0 = function(arg0) {
Expand All @@ -449,7 +449,7 @@ module.exports.__wbg_trace_0758f8b7ad9dd839 = function(arg0) {
};

module.exports.__wbg_log_71d60d16f278bc00 = function(arg0, arg1) {
// console.log(getObject(arg0), getObject(arg1));
console.log(getObject(arg0), getObject(arg1));
};

module.exports.__wbg_error_a2c41f67d42ff592 = function(arg0, arg1) {
Expand Down

0 comments on commit 51d743d

Please sign in to comment.