From: Mikael Nordfeldth <mmn@hethane.se>
Date: Mon, 5 May 2014 15:54:56 +0000 (+0200)
Subject: UnsupportedMediaException caused excessive debug log
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9588a2d2d57dc48c478b84e46fd0ea9da9ca5034;p=quix0rs-gnu-social.git

UnsupportedMediaException caused excessive debug log
---

diff --git a/lib/unsupportedmediaexception.php b/lib/unsupportedmediaexception.php
index 269e783c49..7306c75f57 100644
--- a/lib/unsupportedmediaexception.php
+++ b/lib/unsupportedmediaexception.php
@@ -33,7 +33,7 @@ class UnsupportedMediaException extends ServerException
 {
     public function __construct($msg, $path=null)
     {
-        common_debug(sprintf('UnsupportedMediaException "%1$s". File path (if given): "%2$s"', $msg, $path));
+        //common_debug(sprintf('UnsupportedMediaException "%1$s". File path (if given): "%2$s"', $msg, $path));
         parent::__construct($msg);
     }
 }