Skip to content

Commit

Permalink
Task #27 A wild console.log has appeared! (and removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesgs committed Oct 2, 2015
1 parent a570837 commit b283da1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/bookmark.js
Expand Up @@ -73,7 +73,6 @@ var MANGAPRESS = MANGAPRESS || {};
};

// add the bookmark to history
console.log(this.bookmarkExists(data.id));
if (this.bookmarkExists(data.id) == 0) {
this.addToHistory( data );
}
Expand Down

0 comments on commit b283da1

Please sign in to comment.