summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/app/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/app/index.php b/server/app/index.php
index 8c62bc3..9c9f999 100644
--- a/server/app/index.php
+++ b/server/app/index.php
@@ -15,7 +15,6 @@ function main() {
return;
}
- echo $_SESSION["next"]. " " . $_POST["next"] . "\n";
if (intval($_POST["next"]) != $_SESSION["next"]) {
echo "Wrong prediction!";
return;