remove debug

This commit is contained in:
Yann Esposito (Yogsototh) 2021-09-06 18:30:05 +02:00
parent d21681a4f1
commit fcd3383a25
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -54,7 +54,8 @@
// (function () {
function debug(args) {
console.log(args);
// uncomment do debug
// console.log(args);
return null;
}