From 1387c879d508f2a4247327ca2e7a6242a175f5ee Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 1 Oct 2006 23:59:51 +0000 Subject: [PATCH] removed a leftover debug print "SELECT ... GROUP BY ..." --- mod/hotpot/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/hotpot/index.php b/mod/hotpot/index.php index af94022b272..ebba4e77915 100644 --- a/mod/hotpot/index.php +++ b/mod/hotpot/index.php @@ -256,7 +256,6 @@ // this may take about twice as long as getting the gradecounts separately :-( // so this operation could be done after getting the $totals from the attempts table } - print "SELECT $fields FROM $tables WHERE $select GROUP BY a.hotpot"; $totals = get_records_sql("SELECT $fields FROM $tables WHERE $select GROUP BY a.hotpot"); if (isadmin() && empty($usejoin)) {