From 452b5bcffbf9ece8648c9e2d2d5649cbcb9193dc Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 6 Mar 2016 08:05:08 +0000 Subject: Logging; do not log the tab Id. The frame Ids are sufficiently distinct. And we do not always have enough horizontal space to keep log messages on a single line. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.3