From: Jordan Humphreys Date: Tue, 2 Apr 2013 22:01:20 +0000 (-0700) Subject: Remove console.log from section.js X-Git-Tag: v4.1.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=585a06c15ea132cf204beb71f46e5bc8c3d40b14;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove console.log from section.js --- diff --git a/js/foundation/foundation.section.js b/js/foundation/foundation.section.js index 950dfd5b8..38e36ea54 100644 --- a/js/foundation/foundation.section.js +++ b/js/foundation/foundation.section.js @@ -6,7 +6,7 @@ Foundation.libs.section = { name: 'section', - version : '4.1.0', + version : '4.1.1', settings : { deep_linking: false, @@ -17,7 +17,6 @@ init : function (scope, method, options) { var self = this; Foundation.inherit(this, 'throttle data_options position_right offset_right'); - console.log(this) if (typeof method != 'string') { this.set_active_from_hash();