diff --git a/source/components/form/select.mjs b/source/components/form/select.mjs
index c12d75cdcdb48ace51c807c695dd1ce1ac36e461..b52066e31e144c5551ecdc55e130bd3924ec6031 100644
--- a/source/components/form/select.mjs
+++ b/source/components/form/select.mjs
@@ -1269,8 +1269,6 @@ function activateCurrentOption(direction) {
                 }
             }
             if (found === false) {
-                console.log("not found");
-                console.log(this.focus());
                 focusFilter.call(this);
             }
         }
@@ -2402,7 +2400,7 @@ function getTemplate() {
             part path:type | prefix:option- | suffix: form,
             class path:options.class 
             " tabindex="-1">
-                    <div data-monster-replace="path:options | index:label | call:my-callback-doing"
+                    <div data-monster-replace="path:options | index:label"
                          part="option-label"></div>
                 </label>
             </div>