Skip to content

Commit

Permalink
Merge pull request brave#14217 from brave/fix/14216-console-warning
Browse files Browse the repository at this point in the history
remove unneccessary console warning
  • Loading branch information
petemill authored May 22, 2018
2 parents ec60238 + e145605 commit 5f7bc31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/stores/windowStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,6 @@ const doAction = (action) => {
if (tab) {
// handle tabStripWindowId changed whilst tab was being moved (avoiding non-displaying tab)
const existingTabStripWindowId = tab.get('tabStripWindowId')
if (existingTabStripWindowId && action.frameOpts.tabStripWindowId !== existingTabStripWindowId) {
console.warn('Frame did not have tab strip window id but tab did, setting tab property to (probably moved) frame', action.frameOpts.tabId, action.frameOpts.tabStripWindowId, existingTabStripWindowId)
}
action.frameOpts.tabStripWindowId = existingTabStripWindowId
}
}
Expand Down

0 comments on commit 5f7bc31

Please sign in to comment.