From: Michael J. Rubinsky Date: Wed, 16 Dec 2009 20:16:37 +0000 (-0500) Subject: remove debug output X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1d92fad801197f6ff728e8ad15583b1a3a994275;p=horde.git remove debug output --- 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);