Avoid console.log() statements

Check your code for console.log() statements which can reduce performance and introduce bugs if the log are not available.