remove debug output
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 16 Dec 2009 20:16:37 +0000 (15:16 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 16 Dec 2009 20:19:46 +0000 (15:19 -0500)
kronolith/lib/Geo/Mysql.php

index 5548e93..5104bb9 100644 (file)
@@ -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);