blob: c8c5e4deaad6b1493865835922ca85dc6c11ff14 [file] [log] [blame]
function Debug(msg) {
console.warn(msg);
}
/** @const */ var IsDebug = true;