You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

universals.js 146B

1234567891011121314151617
  1. clog = console.log
  2. function nop(){}
  3. // window.dev_flag = 0
  4. window.dev_flag = 1
  5. if (window.dev_flag){
  6. } else {
  7. clog = nop
  8. }
  9. // clog = nop