Skip to content

Commit

Permalink
removing console.log from taxons autocomplete js [Fixes spree#3855]
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoamaro authored and GeekOnCoffee committed Oct 10, 2013
1 parent d17f55d commit 61b1d2d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $(document).ready(function () {
},
results: function (data, page) {
var more = page < data.pages;
console.log(more)
return {
results: data['taxons'],
more: more
Expand All @@ -42,4 +41,4 @@ $(document).ready(function () {
}
});
}
});
});

0 comments on commit 61b1d2d

Please sign in to comment.