Remove debug line.
authorJan Schneider <jan@horde.org>
Sat, 12 Jun 2010 16:14:18 +0000 (18:14 +0200)
committerJan Schneider <jan@horde.org>
Sat, 12 Jun 2010 16:14:18 +0000 (18:14 +0200)
nag/lib/Api.php

index 7d0d80a..4f2b494 100644 (file)
@@ -1373,7 +1373,6 @@ class Nag_Api extends Horde_Registry_Api
      */
     public function saveTimeObject($timeobject)
     {
-        Horde::logMessage(print_r($timeobject, true));
         $storage = Nag_Driver::singleton();
         $existing = $storage->get($timeobject['id']);
         if (is_a($existing, 'PEAR_Error')) {