Vulcan/lib/debug.js

5 lines
80 B
JavaScript
Raw Normal View History

clog = function (s) {
2015-03-28 18:30:26 +09:00
if(Settings.get('debug', false))
console.log(s);
2015-03-28 18:30:26 +09:00
};