From 1d92fad801197f6ff728e8ad15583b1a3a994275 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 16 Dec 2009 15:16:37 -0500 Subject: [PATCH] remove debug output --- kronolith/lib/Geo/Mysql.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/kronolith/lib/Geo/Mysql.php b/kronolith/lib/Geo/Mysql.php index 5548e9327..5104bb95e 100644 --- a/kronolith/lib/Geo/Mysql.php +++ b/kronolith/lib/Geo/Mysql.php @@ -24,8 +24,6 @@ class Kronolith_Geo_Mysql extends Kronolith_Geo_Sql */ public function setLocation($event_id, $point) { - var_dump($event_id); - var_dump($point); /* First make sure it doesn't already exist */ $sql = "SELECT COUNT(*) FROM kronolith_events_geo WHERE event_id = ('" . $event_id . "')"; $count = $this->_db->getOne($sql); -- 2.11.0