From 9588a2d2d57dc48c478b84e46fd0ea9da9ca5034 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 5 May 2014 17:54:56 +0200 Subject: [PATCH] UnsupportedMediaException caused excessive debug log --- lib/unsupportedmediaexception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }