From: Evan Prodromou Date: Thu, 30 Jul 2009 20:38:50 +0000 (-0400) Subject: remove debugging code about processing a new URL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8371aea9c1320f8902465dea8cdf1d45a789a971;p=quix0rs-gnu-social.git remove debugging code about processing a new URL --- diff --git a/classes/File.php b/classes/File.php index 0c4fbf7e69..7f1e7881f8 100644 --- a/classes/File.php +++ b/classes/File.php @@ -93,7 +93,6 @@ class File extends Memcached_DataObject if (empty($file)) { $file_redir = File_redirection::staticGet('url', $given_url); if (empty($file_redir)) { - common_debug("processNew() '$given_url' not a known redirect.\n"); $redir_data = File_redirection::where($given_url); $redir_url = $redir_data['url']; if ($redir_url === $given_url) {