Skip to content

Commit

Permalink
remove some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Sep 18, 2017
1 parent 453f4aa commit aa8b6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/Cart/Loadquote.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function execute()
$quote->setData('mailchimp_abandonedcart_flag', true);
$quote->getResource()->save($quote);
if (!$quote->getCustomerId()) {
$this->_helper->log('is guest');
$this->_customerSession->setQuoteId($quote->getId());
$this->_redirect($url);
} else {
Expand Down

0 comments on commit aa8b6e5

Please sign in to comment.