Extremely verbose debugging is annoying

This commit is contained in:
Mikael Nordfeldth 2016-01-16 18:04:04 +01:00
parent c559b8ce2a
commit fdfa71a033
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ class File extends Managed_DataObject
function getEnclosure(){
if (isset(self::$_enclosures[$this->getID()])) {
common_debug('Found cached enclosure for file id=='.$this->getID());
return self::$_enclosures[$this->getID()];
}