refactor(database): remove debug output from volume update process
This commit is contained in:
@@ -86,7 +86,6 @@ return new class extends Migration
|
|||||||
'fs_path' => $volume['fs_path'],
|
'fs_path' => $volume['fs_path'],
|
||||||
'mount_path' => $volume['mount_path'],
|
'mount_path' => $volume['mount_path'],
|
||||||
]);
|
]);
|
||||||
echo "Updated volume {$volume['id']}\n";
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
echo "Error updating volume {$volume['id']}: {$e->getMessage()}\n";
|
echo "Error updating volume {$volume['id']}: {$e->getMessage()}\n";
|
||||||
Log::error("Error updating volume {$volume['id']}: ".$e->getMessage());
|
Log::error("Error updating volume {$volume['id']}: ".$e->getMessage());
|
||||||
|
Reference in New Issue
Block a user