Removed error logging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-10 11:09:29 +01:00
parent 651c51bb01
commit 0f88d6eec3

View File

@@ -47,7 +47,6 @@ class CreateAssetMaintenanceTest extends TestCase
->assertOk()
->assertStatus(200);
\Log::error($response->json());
// Since we rename the file in the ImageUploadRequest, we have to fetch the record from the database
$assetMaintenance = AssetMaintenance::where('title', 'Test Maintenance')->first();