Vulcan/lib/debug.js

4 lines
76 B
JavaScript
Raw Normal View History

clog = function (s) {
if(getSetting('debug', false))
console.log(s);
}