mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed log error
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
27a7a89990
commit
4fe83467ee
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue