Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 28, 2016
1 parent bc4f11f commit fac5caf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Expand Up @@ -666,9 +666,6 @@ public function hasQuirk($quirk)
return ($this->_isIos() && $this->getMajorVersion() == 4);

case self::QUIRK_INCORRECTLY_SENDS_EMPTY_PICTURE_TAG:
Horde::debug($this->_isIos());
Horde::debug($this->getMajorVersion());
Horde::debug($this->getMinorVersion());
return ($this->_isIos() && $this->getMajorVersion() >= 8 && $this->getMinorVersion() > 1);

default:
Expand Down

0 comments on commit fac5caf

Please sign in to comment.