Removed debugging line

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-02-16 13:47:22 -08:00
parent 6a91d4d19e
commit a4a0aa5124

View file

@ -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 {