Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 29, 2017
1 parent 2283802 commit d7206b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ public function listTimeObjects(
$img = null;
if (($imgdata = $ob->getValue('photo')) &&
!empty($imgdata['load']['data'])) {
Horde::debug(strlen($imgdata['load']['data']));
$file = Horde::getTempFile('turba_', false);
if ($fd = fopen($file, 'w')) {
fwrite($fd, $imgdata['load']['data']);
Expand Down

0 comments on commit d7206b1

Please sign in to comment.