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