From dff5371774818e545bb70be19564e3101d39774e Mon Sep 17 00:00:00 2001 From: dsilhavy Date: Wed, 27 Jul 2022 16:51:31 +0200 Subject: [PATCH] Remove console.log from sample index page --- samples/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/index.html b/samples/index.html index 50f1810246..cecd14527c 100644 --- a/samples/index.html +++ b/samples/index.html @@ -144,7 +144,7 @@
var tab = new bootstrap.Tab(element) tab.show(); } catch (e) { - console.log(e); + } }