From 2e41edbe51e9b5915f23005641c8fbdc57d532c2 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 18 Apr 2010 18:20:15 -0400 Subject: [PATCH] remove commented out code --- framework/ActiveSync/lib/Horde/ActiveSync/State/File.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.11.0