Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

hide console log level in js

// Redefine the console.log function in your script.
console.log = function() {}

// similarly for other console levels
console.warn = function() {}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #console #log #level #js
ADD COMMENT
Topic
Name
8+7 =