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 */