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

Commit

Permalink
Remove on('add-password-form',...)
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Jun 13, 2017
1 parent 149691d commit bca2a70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ importer.on('update-supported-browsers', (e, detail) => {
}
})

importer.on('add-password-form', (e, detail) => {
})

importer.on('add-history-page', (e, history, visitSource) => {
let sites = []
for (let i = 0; i < history.length; ++i) {
Expand Down

0 comments on commit bca2a70

Please sign in to comment.