From 7e3c3f76fc3dd24d3459d9954cd204e9eafd9653 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 25 Apr 2013 20:08:08 +0000 Subject: [PATCH] Remove test code. --- app/contacts/contacts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/contacts/contacts.php b/app/contacts/contacts.php index 17c8d8480a..209167f407 100644 --- a/app/contacts/contacts.php +++ b/app/contacts/contacts.php @@ -162,7 +162,6 @@ require_once "includes/paging.php"; } } } -echo "sql: ".$sql."

\n"; if (strlen($order_by)> 0) { $sql .= "order by $order_by $order "; } $sql .= "limit $rows_per_page offset $offset "; $prep_statement = $db->prepare(check_sql($sql));