Last active
June 7, 2023 14:11
-
-
Save wonderbeyond/35ded6ae4fe69bf436b6 to your computer and use it in GitHub Desktop.
Fake console.log for IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.console = window.console || {log: function(){return false;}}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment