Changeset 5453

Show
Ignore:
Timestamp:
05/11/07 21:41:53 (2 years ago)
Author:
ryan
Message:

Revert debug cruft accidentally committed with [5452]. Bad Ryan

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-admin/admin-functions.php

    r5452 r5453  
    19161916    if ( $file['error'] > 0 ) 
    19171917        return $upload_error_handler( $file, $upload_error_strings[$file['error']] ); 
    1918     error_log(var_export($file, true), 3, '/tmp/loggit'); 
     1918 
    19191919    // A non-empty file will pass this test. 
    19201920    if ( $test_size && !($file['size'] > 0 ) )