New INFO log appearing?

I am starting to see messages like the following show up when I’m watching live website events, how do I disable it? I don’t need this filling up my log files, I don’t know where/how to find ‘c8pcp.js’ - it doesn’t appear to be listed in the code pages in the editor:

“Loading the code for the Evaluate page. To debug this code, open c8pcp.js in Developer Tools.”

That “'c8pcp.js” is the version of your Wix page as it is sent to the browser. It’s a message that is set by Wix. Can’t do much about it. Has been there for ages.

Well, I just saw this start to appear in my “live events”. Even though I’ve had that open for months as I’ve added various things to the back-end. Weird.

And as an side how would I “open c8pcp.js in Developer Tools”? I would love to just comment that line out.

@frysingertad You won’t be able to do that, this is an info message from the Wix platform for debugging purposes.

the message “open c8pcp.js in Developer Tools” is intended for developers to view their code on the live website.

It has always been there, you probably changed your console filter so it know display info message along side logs, warnings and errors (you can disable info level message if you like from the editor (console’s top right) or from your browser

Thanks - but I haven’t (knowingly) changed my console filter ever. I have other messages being output from my back-end files (i.e. ex: http-functions.js) that use the same message level - or at least I assume they do. Does console.log(“Some message”) default to INFO level? I have those all over the place, which I comment out when not developing.