mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-26 16:42:27 +03:00
Remove debugger statement
This commit is contained in:
parent
96ed879bd9
commit
f6ad9bba25
1 changed files with 0 additions and 1 deletions
|
@ -339,7 +339,6 @@ App.Pages.Services = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selectId) {
|
if (selectId) {
|
||||||
debugger
|
|
||||||
select(selectId, show);
|
select(selectId, show);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue