Skip to content

Commit

Permalink
Removed unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kanik committed Sep 8, 2023
1 parent 35caf55 commit 435c138
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Event/class-event-removed-from-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ public function execute(string $cart_item_key)
return;
}

if (!$this->tracking_manager->getClientUuid()) {
return;
}

try {
$payload = $this->prepare_event($cart_item_key);
if($payload){
Expand Down

0 comments on commit 435c138

Please sign in to comment.