remove debugging code about processing a new URL

This commit is contained in:
Evan Prodromou 2009-07-30 16:38:50 -04:00
parent 7292c1aa78
commit 8371aea9c1
1 changed files with 0 additions and 1 deletions

View 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) {