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

Commit

Permalink
Revert "always run the callback"
Browse files Browse the repository at this point in the history
fix #7459
This reverts commit b923567.
  • Loading branch information
bridiver committed Mar 2, 2017
1 parent 3513ed8 commit 259b5a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/browser/basicAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const { makeImmutable } = require('../common/state/immutableUtil')
let authCallbacks = {}

const cleanupAuthCallback = (tabId) => {
const cb = authCallbacks[tabId]
cb && cb()
delete authCallbacks[tabId]
}

Expand Down

0 comments on commit 259b5a4

Please sign in to comment.