mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed noisy debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
76506dabbf
commit
3b25093aeb
|
@ -90,11 +90,6 @@ class ImageUploadRequest extends Request
|
||||||
$use_db_field = $db_fieldname;
|
$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,
|
// ConvertBase64ToFiles just changes object type,
|
||||||
// as it cannot currently insert files to $this->files
|
// as it cannot currently insert files to $this->files
|
||||||
|
|
Loading…
Reference in a new issue