Weird issue in toolbox plugin! While console.debug works, console.log is not functioning properly

I have been developing in Bubble for a while, and I just noticed that when I use console.log(params) in toolbox plugin, I can’t find the output of the browser console. However, when I use console.debug(params), it works.
Just feels strange.

Anyone else encountered this?