Skip to content

Commit

Permalink
debug stuff removed
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel villaseca committed Oct 21, 2018
1 parent b7e6547 commit 1abb2f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ function passEnter(callback) {
window.close();
});
}
pass.onkeypress = (code) => {
console.log(code);
};
}
function reset() {
let main = document.getElementById('main');
Expand Down

0 comments on commit 1abb2f2

Please sign in to comment.