diff options
author | Malf Furious <m@lfurio.us> | 2018-07-26 05:10:04 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-07-26 05:10:04 -0400 |
commit | b2ba827957aa15ea7ad48e5a661827704fa395c7 (patch) | |
tree | 097a02991902f495f782edf2dfe2f38e9069de76 /app/index.php | |
parent | d8b715d86069f247853565a2fde83d2846e853b0 (diff) | |
download | scrott-b2ba827957aa15ea7ad48e5a661827704fa395c7.tar.gz scrott-b2ba827957aa15ea7ad48e5a661827704fa395c7.zip |
Remove TODO and placeholder
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) |