Skip to content

Commit

Permalink
Bah! Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jun 1, 2012
1 parent 2e182ff commit f826140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oscar/static/oscar/js/oscar/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ $(document).ready(function()
// This activates elastislide
var es_carousel = $('.es-carousel-wrapper'),
product_page = $('.product_page').length;
console.log(es_carousel.length);
// on prodct page
if (es_carousel.length && product_page > 0) {
es_carousel.elastislide({
Expand Down

0 comments on commit f826140

Please sign in to comment.