]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extremely verbose debugging is annoying
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 16 Jan 2016 17:04:04 +0000 (18:04 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 16 Jan 2016 17:04:04 +0000 (18:04 +0100)
classes/File.php

index 776db489853ae57363795c5f6bcc5fbea13e1d62..83c76195b6cddf91473adc99ee62eabae515ad70 100644 (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()];
         }