forked from GNUsocial/gnu-social
Extremely verbose debugging is annoying
This commit is contained in:
parent
c559b8ce2a
commit
fdfa71a033
@ -364,7 +364,6 @@ class File extends Managed_DataObject
|
|||||||
|
|
||||||
function getEnclosure(){
|
function getEnclosure(){
|
||||||
if (isset(self::$_enclosures[$this->getID()])) {
|
if (isset(self::$_enclosures[$this->getID()])) {
|
||||||
common_debug('Found cached enclosure for file id=='.$this->getID());
|
|
||||||
return self::$_enclosures[$this->getID()];
|
return self::$_enclosures[$this->getID()];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user