From 5c588cf54fe2cb905fd74e5ae566dc6137942094 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 14 May 2022 09:12:09 +1000 Subject: [PATCH] Minor fixes for profit loss logging --- tests/Feature/Export/ProfitAndLossReportTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Export/ProfitAndLossReportTest.php b/tests/Feature/Export/ProfitAndLossReportTest.php index 1e2bb450c592..c7b9636cb910 100644 --- a/tests/Feature/Export/ProfitAndLossReportTest.php +++ b/tests/Feature/Export/ProfitAndLossReportTest.php @@ -555,8 +555,6 @@ class ProfitAndLossReportTest extends TestCase $pl = new ProfitLoss($this->company, $this->payload); $pl->build(); -echo($pl->getCsv()); - $this->assertNotNull($pl->getCsv()); $this->account->delete();