logging removed
This commit is contained in:
parent
cc3ba90ec3
commit
bc5718ec09
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue