Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Apr 3, 2018
1 parent 371b4fd commit 07cec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/rendererTabEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const api = module.exports = {
break
}
case 'load-start': {
console.log(tabId, 'loadStart', e.url)
const frame = getFrameByTabId(tabId)
if (
!frame.isEmpty() &&
Expand All @@ -149,6 +148,7 @@ const api = module.exports = {
// icon.
break
}
console.log(tabId, 'loadStart', e.url)
windowActions.onWebviewLoadStart(frame, e.url)
}
break
Expand Down

0 comments on commit 07cec7c

Please sign in to comment.