Skip to content

Commit

Permalink
Remove unused log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wowfunhappy committed Feb 6, 2020
1 parent f0c9c41 commit 1e31fbf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,8 @@ function selectArticle(articleList, heading) {
});
articleSelectMenu.on("longSelect", function() {
if (Object.keys(lastSeenArticleCard).length !== 0) {
console.log("Yay");
lastSeenArticleCard.show();
}
else {
console.log("okay!");
}
})

articleSelectMenu.on('show', function() {
Expand Down
Binary file modified waftools/aplite_legacy.pyc
Binary file not shown.
Binary file modified waftools/configure_appinfo.pyc
Binary file not shown.
Binary file modified waftools/pebble_sdk_version.pyc
Binary file not shown.

0 comments on commit 1e31fbf

Please sign in to comment.