Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
anvasiliev committed May 30, 2019
1 parent ab2f000 commit 48104dc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ public function beforeEnqueue(SubjectExchange $subject, $topic, array $envelopes
{
try {
$storeId = $this->storeManager->getStore()->getId();
$code = $this->storeManager->getStore()->getCode();
$t=1;
} catch (NoSuchEntityException $e) {
$r=1;
$this->logger->error(
sprintf("Can't get current storeId and inject to amqp message. Error %s.", $e->getMessage())
);
Expand Down

0 comments on commit 48104dc

Please sign in to comment.