mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed debugging line
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
6a91d4d19e
commit
a4a0aa5124
|
@ -161,7 +161,6 @@ class ImageUploadRequest extends Request
|
|||
|
||||
// If the user isn't uploading anything new but wants to delete their old image, do so
|
||||
} else {
|
||||
\Log::debug('No file passed for '.$form_fieldname);
|
||||
if ($this->input('image_delete') == '1') {
|
||||
\Log::debug('Deleting image');
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue