Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
console.log not needed for production
  • Loading branch information
sjonnet19 committed Nov 10, 2012
1 parent 47bc876 commit ccafe8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
if (!settings.height) {
methods.largestUL();
}
console.log(settings.$section.find('>.name'));

if (settings.$topbar.parent().hasClass('fixed')) {
$('body').css('padding-top',settings.$topbar.outerHeight())
Expand Down

0 comments on commit ccafe8d

Please sign in to comment.