Remove debug

This commit is contained in:
Michael RICOIS 2017-06-06 11:32:04 +02:00
parent b2b125f4ce
commit cbaff31614

View File

@ -46,8 +46,6 @@ class OrderConfirmationController extends OrderConfirmationControllerCore
'is_client' => ($order->getCustomerNbOrders($order->id_customer) == 1 ? 1 : 0),
));
Tools::p($order->getCustomerNbOrders($order->id_customer));
$this->setTemplate(_PS_THEME_DIR_.'order-confirmation.tpl');
}
}