I'm working on a site where some JS (or other) code is preventing console.log
from working (console.log
is probably overwritten). You can test this by checking if console.log
works on a different page (like this one).
I don't have time to investigate further right now so used alert("something is: "+something)
to get the info I wanted from a snippet I needed to run.