Vulcan/lib/debug.js
2015-03-28 18:38:20 +09:00

4 lines
80 B
JavaScript

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