From fa03289d1381247b1ce72cdbd7424fbf4bfb493a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Thu, 6 Dec 2018 09:51:35 +0100 Subject: avoid console call in our unit tests (#27790) --- js/tests/unit/tooltip.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/tests/unit/tooltip.js') diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 289f8aebf..54dbe57bd 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -563,7 +563,6 @@ $(function () { $tooltip.bootstrapTooltip('show') } catch (err) { passed = false - console.log(err) } assert.ok(passed, '.tooltip(\'show\') should not throw an error if element no longer is in dom') -- cgit v1.2.3