mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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
|
// If the user isn't uploading anything new but wants to delete their old image, do so
|
||||||
} else {
|
} else {
|
||||||
\Log::debug('No file passed for '.$form_fieldname);
|
|
||||||
if ($this->input('image_delete') == '1') {
|
if ($this->input('image_delete') == '1') {
|
||||||
\Log::debug('Deleting image');
|
\Log::debug('Deleting image');
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue