Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 16, 2013
1 parent 9d4093c commit 36de5a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php
Expand Up @@ -1257,7 +1257,6 @@ protected function _getMailMapChanges(array $changes)
'sync_user' => $this->_deviceInfo->user,
'message_uid' => array('$in' => $ids)
);
Horde::debug($query);
$rows = $this->_db->mailmap->find(
$query,
array('message_uid', 'sync_read', 'sync_flagged', 'sync_deleted')
Expand Down

0 comments on commit 36de5a5

Please sign in to comment.