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 | 521 | $this->session->set( 'in_cart', $in_cart ); |
522 | 522 | |
523 | 523 | $count = count($in_cart); |
524 | - echo 'cAlback'; | |
525 | 524 | //save basket in DB |
526 | 525 | if ($this->session->get('isAuth')) { |
527 | 526 | $user_id = $this->session->get('id'); | ... | ... |