From: Michael J. Rubinsky Date: Sun, 18 Apr 2010 22:20:15 +0000 (-0400) Subject: remove commented out code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2e41edbe51e9b5915f23005641c8fbdc57d532c2;p=horde.git remove commented out code --- diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php b/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php index fd0f06f81..384c638a7 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php @@ -451,7 +451,6 @@ class Horde_ActiveSync_State_File extends Horde_ActiveSync_State_Base $stat = $this->_backend->statMessage($this->_collection['id'], $change['id']); if (!$message = $this->_backend->getMessage($this->_collection['id'], $change['id'], 0)) { continue; - //throw new Horde_ActiveSync_Exception('Message not found'); } if ($stat && $message) { $this->updateState('change', $stat);