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 13, 2016
1 parent faeaad2 commit c8f16d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imp/lib/Maillog/Messages.php
Expand Up @@ -75,7 +75,6 @@ public function getMessageIds()
foreach ($ret as $ob) {
$this->_msgids[] = $ob->getEnvelope()->message_id;
}
Horde::debug($this->_msgids);

return $this->_msgids;
}
Expand Down

0 comments on commit c8f16d7

Please sign in to comment.