Removed error log in test

This commit is contained in:
snipe
2026-03-07 11:05:33 +00:00
parent 1c4549dd8e
commit 92bb1df82e

View File

@@ -41,7 +41,7 @@ class CheckinCheckoutCounters extends TestCase
])->assertOk()
->assertStatusMessageIs('success')
->json();
\Log::error(print_r($response, true));
//check the counters
$asset = Asset::find($response['payload']['id']);