From 14e62ee70adda2ea3f85804c0fce63b6eced606c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 1 Apr 2024 11:59:23 +1100 Subject: [PATCH] Minor fixes --- app/DataMapper/Tax/BaseRule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/DataMapper/Tax/BaseRule.php b/app/DataMapper/Tax/BaseRule.php index 337ea4003119..914090fee954 100644 --- a/app/DataMapper/Tax/BaseRule.php +++ b/app/DataMapper/Tax/BaseRule.php @@ -168,7 +168,6 @@ class BaseRule implements RuleInterface /* We should only apply taxes for configured states */ if(!array_key_exists($this->client->country->iso_3166_2, $this->region_codes)) { nlog('Automatic tax calculations not supported for this country - defaulting to company country'); - nlog("With new logic, we should never see this"); } /** Harvest the client_region */