Commit 68d1dbd42b066c4535a4d4cdf3982f53c64b2522
1 parent
d2a1fdf2
debugging
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
@@ -521,7 +521,6 @@ class MenuController extends \controllers\ControllerBase | @@ -521,7 +521,6 @@ class MenuController extends \controllers\ControllerBase | ||
521 | $this->session->set( 'in_cart', $in_cart ); | 521 | $this->session->set( 'in_cart', $in_cart ); |
522 | 522 | ||
523 | $count = count($in_cart); | 523 | $count = count($in_cart); |
524 | - echo 'cAlback'; | ||
525 | //save basket in DB | 524 | //save basket in DB |
526 | if ($this->session->get('isAuth')) { | 525 | if ($this->session->get('isAuth')) { |
527 | $user_id = $this->session->get('id'); | 526 | $user_id = $this->session->get('id'); |