javascript - Detect which file uses console.log? -


i running wordpress ownchild theme includes redux framework admin option.

when have in javascript console in chrome, seem getting phantom console.log. every option change in option panel, it's being output in console. went through several files thought cause that, can't find console.log() seems responsible that.

is there anyway find out file , line responsible phantom log?

open dev tools in chrome , open sources. search console ctrl+shift+f (cmd+option+f on mac)


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -