From: Nicolas Coden Date: Tue, 6 Mar 2018 22:54:31 +0000 (+0100) Subject: clean: remove console.log in Dropdown tests X-Git-Tag: v6.6.0~3^2~278^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c68ec3a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git clean: remove console.log in Dropdown tests --- diff --git a/test/javascript/components/dropdown.js b/test/javascript/components/dropdown.js index 373c720f5..e21467f8f 100644 --- a/test/javascript/components/dropdown.js +++ b/test/javascript/components/dropdown.js @@ -25,7 +25,6 @@ describe('Dropdown', function() { $dropdownController = $(getDropdownController()).appendTo('body'); $dropdownContainer = $(getDropdownContainer()).appendTo('body'); plugin = new Foundation.Dropdown($dropdownContainer, {}); - console.log('dropdown constructor'); plugin.$element.should.be.an('object'); plugin.options.should.be.an('object');