From d168bab06fbd960372aa1915abcbe7ce601eb48d Mon Sep 17 00:00:00 2001 From: Marius Olbertz Date: Sat, 5 Dec 2015 20:24:30 +0100 Subject: [PATCH] Removed logging --- js/foundation.dropdown.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/foundation.dropdown.js b/js/foundation.dropdown.js index e2bbad8db..3f1c70bab 100644 --- a/js/foundation.dropdown.js +++ b/js/foundation.dropdown.js @@ -242,8 +242,6 @@ _this.open(); _this.$element.attr('tabindex', -1).focus(); e.preventDefault(); - } else { - console.log($target, _this.$anchor); } }, close: function() { -- 2.47.2