mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Remove debugging console.log from web request monitor. Sorry.
This commit is contained in:
parent
b650ab31b6
commit
16012e355a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user