]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsupportedmediaexception.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / unsupportedmediaexception.php
index 269e783c494dca88c61660b85817a20514c0c0c4..7306c75f571e8866cd371ef7ab35c28fa83e8aca 100644 (file)
@@ -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);
     }
 }