Removed log error

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-01-20 16:20:31 +00:00
parent 27a7a89990
commit 4fe83467ee

View file

@ -43,7 +43,6 @@ class ImportTest extends TestCase
]
]
]);
\Log::error(print_r($results, true));
$this->assertEquals($evil_string, $results->json()['files'][0]['first_row'][0]);
}
}