Skip to content

Commit

Permalink
Remove more debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 12, 2014
1 parent 40f29ea commit f38ac0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php
Expand Up @@ -459,7 +459,6 @@ public function getChanges(array $options = array())
Horde_ActiveSync::CHANGE_TYPE_DELETE => 'deletion',
Horde_ActiveSync::CHANGE_TYPE_CHANGE => 'move'
);
Horde::debug($mailmap);
foreach ($changes as $change) {
if (!empty($mailmap[$change['id']][$change['type']])) {
// @todo For 3.0, create a Changes and
Expand Down

0 comments on commit f38ac0a

Please sign in to comment.