Skip to content

Commit

Permalink
Remove redundant log info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 14, 2016
1 parent 30a54d0 commit 1aff9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -829,7 +829,6 @@ public function deleteFolder($id, $parent = Horde_ActiveSync::FOLDER_ROOT)
case Horde_ActiveSync::CLASS_EMAIL:
case Horde_ActiveSync::FOLDER_TYPE_USER_MAIL:
try {
$this->_logger->info($folder_id);
$this->_imap->deleteMailbox($folder_id);
} catch (Horde_ActiveSync_Exception $e) {
$this->_logger->err($e->getMessage());
Expand Down

0 comments on commit 1aff9fc

Please sign in to comment.