mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor(database): remove debug output from volume update process
This commit is contained in:
parent
a8018ad2c4
commit
c7591fde15
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ return new class extends Migration
|
|||
'fs_path' => $volume['fs_path'],
|
||||
'mount_path' => $volume['mount_path'],
|
||||
]);
|
||||
echo "Updated volume {$volume['id']}\n";
|
||||
} catch (\Exception $e) {
|
||||
echo "Error updating volume {$volume['id']}: {$e->getMessage()}\n";
|
||||
Log::error("Error updating volume {$volume['id']}: ".$e->getMessage());
|
||||
|
|
|
|||
Loading…
Reference in a new issue