]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove console.log().
authorJordan Humphreys <jordan@mailyard.net>
Wed, 6 Mar 2013 18:26:56 +0000 (10:26 -0800)
committerJordan Humphreys <jordan@mailyard.net>
Wed, 6 Mar 2013 18:26:56 +0000 (10:26 -0800)
js/foundation/foundation.section.js

index 01490480f9bb8f7845f3705c4f47ce340fee378e..7425323aa186b6bfcc8200cc54f533a9cb90c79b 100644 (file)
         if (typeof off === 'boolean') {
           content.attr('style', '');
         } else {
-          console.log(this.outerHeight(title))
           content.css({left: title.position().left, top: this.outerHeight(title)});
         }