Skip to content

Commit

Permalink
No need to log this.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 5, 2014
1 parent eab6578 commit 4d6789f
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -100,9 +100,7 @@ protected function _handle()
throw new Horde_ActiveSync_Exception('Protocol Error');
}
} elseif ($field == self::VALIDATECERT_CHECKCRL) {
if ($checkcrl = $this->_decoder->getElementContent()) {
$this->_logger->info('CRL: ' . $checkcrl);
}
$checkcrl = $this->_decoder->getElementContent()) {
if (!$this->_decoder->getElementEndTag()) {
throw new Horde_ActiveSync_Exception('Protocol Error');
}
Expand Down

0 comments on commit 4d6789f

Please sign in to comment.