diff --git a/source/components/form/select.mjs b/source/components/form/select.mjs
index 797aa12788d334d9ac45e8d3f293347734a21535..75c80c33ce5fec45e1b68f02544b2e2335aa44c1 100644
--- a/source/components/form/select.mjs
+++ b/source/components/form/select.mjs
@@ -2727,7 +2727,7 @@ function convertSelectionToValue(selection) {
  * @returns {boolean}
  */
 function isValueIsEmpty(value) {
-    debugger
+
     let equivalents = this.getOption("empty.equivalents");
     if (!isArray(equivalents)) {
         if (equivalents === undefined) {