use console.debug instead of console.log
This commit is contained in:
parent
6a67438c83
commit
016e96ff04
3 changed files with 11 additions and 12 deletions
|
|
@ -296,6 +296,12 @@ function __wbg_get_imports() {
|
|||
const ret = arg0.call(arg1);
|
||||
return ret;
|
||||
}, arguments) };
|
||||
imports.wbg.__wbg_debug_f1d2561716225913 = function(arg0, arg1) {
|
||||
console.debug(arg0, arg1);
|
||||
};
|
||||
imports.wbg.__wbg_debug_f4b0c59db649db48 = function(arg0) {
|
||||
console.debug(arg0);
|
||||
};
|
||||
imports.wbg.__wbg_done_2042aa2670fb1db1 = function(arg0) {
|
||||
const ret = arg0.done;
|
||||
return ret;
|
||||
|
|
@ -352,12 +358,6 @@ function __wbg_get_imports() {
|
|||
const ret = arg0.length;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbg_log_8cec76766b8c0e33 = function(arg0) {
|
||||
console.log(arg0);
|
||||
};
|
||||
imports.wbg.__wbg_log_eeaf399d6effdabf = function(arg0, arg1) {
|
||||
console.log(arg0, arg1);
|
||||
};
|
||||
imports.wbg.__wbg_new_1acc0b6eea89d040 = function() {
|
||||
const ret = new Object();
|
||||
return ret;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue