Remove debugging function

This commit is contained in:
Matteo Gheza 2022-03-14 00:19:24 +01:00
parent 3e84291a17
commit 4b9dca5fe0
1 changed files with 0 additions and 8 deletions

View File

@ -351,14 +351,6 @@ function alertsRouter (FastRoute\RouteCollector $r) {
}
);
$r->addRoute(
'GET',
'/{id:\d+}/debug',
function ($vars) {
setAlertResponse(true, $_GET["user"], $vars["id"]);
}
);
$r->addRoute(
'POST',
'/{id:\d+}/settings',