Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 10, 2017
1 parent 5aa8065 commit dcf8027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -500,7 +500,6 @@ protected function _handle()
// Send each message now.
if (!empty($changecount)) {
$exporter->setChanges($this->_collections->getCollectionChanges(false), $collection);
// Start SYNC_COMMANDS
$this->_encoder->startTag(Horde_ActiveSync::SYNC_COMMANDS);
$cnt_collection = 0;
while ($cnt_collection < $max_windowsize &&
Expand All @@ -515,7 +514,6 @@ protected function _handle()
++$cnt_global;
}
}
// End SYNC_COMMANDS
$this->_encoder->endTag();
}
}
Expand Down

0 comments on commit dcf8027

Please sign in to comment.