summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-07-26 05:10:04 -0400
committerMalf Furious <m@lfurio.us>2018-07-26 05:10:04 -0400
commitb2ba827957aa15ea7ad48e5a661827704fa395c7 (patch)
tree097a02991902f495f782edf2dfe2f38e9069de76
parentd8b715d86069f247853565a2fde83d2846e853b0 (diff)
downloadscrott-b2ba827957aa15ea7ad48e5a661827704fa395c7.tar.gz
scrott-b2ba827957aa15ea7ad48e5a661827704fa395c7.zip
Remove TODO and placeholder
-rw-r--r--app/index.php3
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)