Skip to content

Commit 48104dc

Browse files
committed
remove testing code
1 parent ab2f000 commit 48104dc

File tree

1 file changed

+0
-3
lines changed
  • app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk

1 file changed

+0
-3
lines changed

app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk/Exchange.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ public function beforeEnqueue(SubjectExchange $subject, $topic, array $envelopes
6363
{
6464
try {
6565
$storeId = $this->storeManager->getStore()->getId();
66-
$code = $this->storeManager->getStore()->getCode();
67-
$t=1;
6866
} catch (NoSuchEntityException $e) {
69-
$r=1;
7067
$this->logger->error(
7168
sprintf("Can't get current storeId and inject to amqp message. Error %s.", $e->getMessage())
7269
);

0 commit comments

Comments
 (0)