diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 4c5b0a76..5270ef02 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -384,7 +384,7 @@ sendMessageToFrames = (request, sender) ->  # For debugging only. This allows content scripts to log messages to the extension's logging page.  bgLog = (request, sender) -> -  BgUtils.log "#{sender.tab.id}/#{request.frameId} #{request.message}", sender +  BgUtils.log "#{request.frameId} #{request.message}", sender  # Port handler mapping  portHandlers = | 
