Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Alland committed Sep 13, 2019
1 parent eb73886 commit 8e2aec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified src/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ function displayArticlePage(articleList, articleNum, pageNum) {
}
}
if (e.button === 'up' || e.button === 'back') {
console.log('Hi');
this.hide();
}
});
Expand Down

0 comments on commit 8e2aec7

Please sign in to comment.