From f0c68ec3a321962f7a5b4c2fbaf58cbd3f4a7ee9 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 6 Mar 2018 23:54:31 +0100 Subject: [PATCH] clean: remove console.log in Dropdown tests --- test/javascript/components/dropdown.js | 1 - 1 file changed, 1 deletion(-) 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'); -- 2.47.2