From 9d1fe2e14f21de4be4ee1e5f98b194222156b105 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 16 Dec 2019 11:52:28 -0500 Subject: [PATCH] test(select): remove debuggers --- core/src/components/select/test/single-value/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/components/select/test/single-value/index.html b/core/src/components/select/test/single-value/index.html index 2904a3f863..7d32542c3c 100644 --- a/core/src/components/select/test/single-value/index.html +++ b/core/src/components/select/test/single-value/index.html @@ -177,7 +177,6 @@ }); function setResults(select) { - debugger; if (select.id) { var resultsEl = document.getElementById(select.id + 'Result'); if (resultsEl) { @@ -189,7 +188,6 @@ var os = document.getElementById('os'); os.value = 'win3.1'; - debugger; setResults(os); var month = document.getElementById('month');