logging removed

This commit is contained in:
Rudi Grinberg 2012-09-11 17:39:28 -04:00
parent cc3ba90ec3
commit bc5718ec09
1 changed files with 0 additions and 6 deletions

View File

@ -552,12 +552,6 @@ class ApiController extends Zend_Controller_Action
return $return_hash;
}
if( !$file ) {
Logging::info("action: $mode");
Logging::info("md: " . print_r($md, true));
Logging::info('return: ' . print_r($return_hash, true));
}
$return_hash['fileid'] = is_null($file) ? '-1' : $file->getId();
return $return_hash;