summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
Diffstat (limited to 'do.php')
-rw-r--r--do.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/do.php b/do.php
index b989da8..d38e039 100644
--- a/do.php
+++ b/do.php
@@ -100,7 +100,6 @@ if ($_GET['r'] == 'reqScorePage') {
if ($note !== false)
$json['notificationtext'] = $note;
-
$encoded = json_encode($json);
die($encoded);
}