clog = console.log function nop(){} // window.dev_flag = 0 window.dev_flag = 1 if (window.dev_flag){ } else { clog = nop } // clog = nop