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 @@ 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());