diff options
Diffstat (limited to 'app/index.php')
-rw-r--r-- | app/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/index.php b/app/index.php index 0a106c2..36f2d1d 100644 --- a/app/index.php +++ b/app/index.php @@ -65,9 +65,6 @@ function main(array $argv) : void require "view/groups.php"; break; } - - /* TODO */ - echo "logged in"; } catch (Exception $e) |