]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging code about processing a new URL
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 30 Jul 2009 20:38:50 +0000 (16:38 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 30 Jul 2009 20:38:50 +0000 (16:38 -0400)
classes/File.php

index 0c4fbf7e694378a3b195eb7b422e908baa1f51f9..7f1e7881f887a421fc8a161cfb2b261a5efbe62e 100644 (file)
@@ -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) {