]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
clean: remove console.log in Dropdown tests
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Mar 2018 22:54:31 +0000 (23:54 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Mar 2018 22:54:31 +0000 (23:54 +0100)
test/javascript/components/dropdown.js

index 373c720f5686596043f5ad7df92afb04cc3f7550..e21467f8f39e5157bd0aaf12139de982010866f4 100644 (file)
@@ -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');