I have a javascript that performs some actions on a website. I go through the console to know what is happening, but at several moments it executes a command that printa in console console.log ("check");
I want to make this "check" not appear on the console because it repeats itself all the time and fouls the screen. if I simply delete console.log ("check") it stops working? or just to start on the console?
Thank you in advance.