removed comment

This commit is contained in:
David Kalemi 2025-06-30 10:36:48 +02:00
parent 6dbca7cbd4
commit 31fff91725

View File

@ -28,9 +28,6 @@ class UserController
} }
else { else {
$this->view->setDoMethodName("showUserLoginForm"); $this->view->setDoMethodName("showUserLoginForm");
## $this->view->setVars([
## "errmsg" => $erg["message"]
## ]);
$this->showUserLoginForm(); $this->showUserLoginForm();
} }
@ -72,7 +69,4 @@ class UserController
{ {
} }
} }