mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-08 13:38:14 -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) ->
|
setTabRequestInfo: (status, req) ->
|
||||||
console.log(req.tabId, status, req.type, req.url)
|
|
||||||
info = @tabInfo[req.tabId]
|
info = @tabInfo[req.tabId]
|
||||||
if info
|
if info
|
||||||
if status == 'start' and req.type == 'main_frame'
|
if status == 'start' and req.type == 'main_frame'
|
||||||
|
Loading…
Reference in New Issue
Block a user