Skip to content

Instantly share code, notes, and snippets.

@openube
Forked from taitems/Console Capture
Created September 4, 2017 00:19
Show Gist options
  • Select an option

  • Save openube/5dbdddda28344b136f4c954ecae44891 to your computer and use it in GitHub Desktop.

Select an option

Save openube/5dbdddda28344b136f4c954ecae44891 to your computer and use it in GitHub Desktop.

Revisions

  1. @taitems taitems created this gist Aug 15, 2011.
    6 changes: 6 additions & 0 deletions Console Capture
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    if (!window.console) {
    window.console = {};
    window.console.log = function() {
    return false;
    };
    }