From: Mikael Nordfeldth Date: Sat, 16 Jan 2016 17:04:04 +0000 (+0100) Subject: Extremely verbose debugging is annoying X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdfa71a0336255addd9482abe44b7568a15488b0;p=quix0rs-gnu-social.git Extremely verbose debugging is annoying --- diff --git a/classes/File.php b/classes/File.php index 776db48985..83c76195b6 100644 --- a/classes/File.php +++ b/classes/File.php @@ -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()]; }