remove commented out code
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Apr 2010 22:20:15 +0000 (18:20 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Apr 2010 23:46:06 +0000 (19:46 -0400)
framework/ActiveSync/lib/Horde/ActiveSync/State/File.php

index fd0f06f..384c638 100644 (file)
@@ -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);