Removed noisy debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-11-09 22:38:27 -08:00
parent 76506dabbf
commit 3b25093aeb

View file

@ -90,11 +90,6 @@ class ImageUploadRequest extends Request
$use_db_field = $db_fieldname;
}
\Log::info('Image path is: '.$path);
\Log::debug('Type is: '.$type);
\Log::debug('Form fieldname is: '.$form_fieldname);
\Log::debug('DB fieldname is: '.$use_db_field);
\Log::debug('Trying to upload to '. $path);
// ConvertBase64ToFiles just changes object type,
// as it cannot currently insert files to $this->files