refactor(database): remove debug output from volume update process

This commit is contained in:
Andras Bacsai 2025-03-30 20:07:56 +02:00
parent a8018ad2c4
commit c7591fde15

View file

@ -86,7 +86,6 @@ public function up(): void
'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());