Skip to content

Commit

Permalink
clean: remove console.log in Dropdown tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Mar 6, 2018
1 parent 5a6c2cd commit f0c68ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/javascript/components/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f0c68ec

Please sign in to comment.