mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
![]() |
clog = function (s) {
|
||
|
if(getSetting('debug', false))
|
||
|
console.log(s);
|
||
|
}
|