projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5935f86
)
Remove debug line.
author
Jan Schneider
<jan@horde.org>
Sat, 12 Jun 2010 16:14:18 +0000
(18:14 +0200)
committer
Jan Schneider
<jan@horde.org>
Sat, 12 Jun 2010 16:14:18 +0000
(18:14 +0200)
nag/lib/Api.php
patch
|
blob
|
history
diff --git
a/nag/lib/Api.php
b/nag/lib/Api.php
index
7d0d80a
..
4f2b494
100644
(file)
--- a/
nag/lib/Api.php
+++ b/
nag/lib/Api.php
@@
-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')) {