diff --git a/background.js b/background.js index f01f1a5..8389b3a 100644 --- a/background.js +++ b/background.js @@ -281,7 +281,8 @@ } function log() { - if (false && console) { + if (typeof console !== 'undefined') { + Array.prototype.unshift.call(arguments, '[Whats There]'); console.log.apply(console, arguments); } }