Some code-cleanup which replaces all console.log() statements with a new devLog() function that only prints to the console in development mode (eg, when loading extension via the "unpack extension" button). This should keep the console a bit cleaner for anyone using the extension.
Some code-cleanup which replaces all
console.log()
statements with a newdevLog()
function that only prints to the console in development mode (eg, when loading extension via the "unpack extension" button). This should keep the console a bit cleaner for anyone using the extension.