Skip to content
Snippets Groups Projects
Verified Commit 672fe57f authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: remove debugger

parent f3373f09
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,6 @@ function initEventHandler() {
const control = findTargetControl.call(self);
if(!control) {
debugger
addAttributeToken(self, ATTRIBUTE_ERRORMESSAGE, "No control found");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment