mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
remove text
This commit is contained in:
parent
f9a47c8a9f
commit
d46f9776fe
|
@ -155,7 +155,6 @@ class Purge extends Command
|
|||
Storage::delete($rel_path . '/' . $filename);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
// Handle the exception or log it
|
||||
Log::error('An error occurred while deleting files: ' . $e->getMessage());
|
||||
}
|
||||
$this->info('- User "'.$user->username.'" deleted.');
|
||||
|
|
Loading…
Reference in a new issue