Remove debugger statement

This commit is contained in:
Alex Tselegidis 2022-07-26 17:10:20 +03:00
parent 96ed879bd9
commit f6ad9bba25
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ App.Pages.Services = (function () {
} }
if (selectId) { if (selectId) {
debugger
select(selectId, show); select(selectId, show);
} }
}); });