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 @@ public function up(): void
|
||||||
'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());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue