Remove debugging console.log from web request monitor. Sorry.

This commit is contained in:
FelisCatus 2015-02-28 01:00:14 +08:00
parent b650ab31b6
commit 16012e355a

View File

@ -149,7 +149,6 @@ module.exports = class WebRequestMonitor
}
setTabRequestInfo: (status, req) ->
console.log(req.tabId, status, req.type, req.url)
info = @tabInfo[req.tabId]
if info
if status == 'start' and req.type == 'main_frame'