Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Findus23 committed Oct 31, 2017
1 parent a3de287 commit a163bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ $('.documentation table').addClass('table table-striped table-bordered');
updater: function (item) {
// get text to display in quick search box
var displayText = item;
console.log(item);

var trailingEmLoc = displayText.indexOf('<em>');
if (trailingEmLoc !== -1) {
Expand Down

0 comments on commit a163bae

Please sign in to comment.