changeset 332:48d53945c6d3

Oops, some debugging code was left in.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Nov 2013 03:32:49 +0200
parents 5cc19baf9318
children 018817535fab
files usrajax.php
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usrajax.php	Thu Nov 28 00:45:45 2013 +0200
+++ b/usrajax.php	Thu Nov 28 03:32:49 2013 +0200
@@ -99,7 +99,6 @@
       stError("Voting is not enabled.");
     else
     {
-      error_log("X: ".var_export($_REQUEST, TRUE));
       foreach (stExecSQL("SELECT * FROM compos WHERE visible<>0 AND voting<>0") as $compo)
       {
         $cid = $compo["id"];