]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove console.log 1157/head
authorShawn Jonnet <sjonnet19@gmail.com>
Sat, 10 Nov 2012 01:08:40 +0000 (20:08 -0500)
committerShawn Jonnet <sjonnet19@gmail.com>
Sat, 10 Nov 2012 01:08:40 +0000 (20:08 -0500)
console.log not needed for production

vendor/assets/javascripts/foundation/jquery.foundation.topbar.js

index 7564d4bd7d3ad2e594648100ea926b6fff22e36d..333e63fa7187374916979eee79f4d8cf31ec721a 100644 (file)
@@ -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())