diff --git a/ajax/frontend/redeem.php b/ajax/frontend/redeem.php
index 650f3da933251bf295ebe789b4afc6939325ab9e..ca3cd77b4f5150e7a519d57633b9cca2d0fe1f6b 100644
--- a/ajax/frontend/redeem.php
+++ b/ajax/frontend/redeem.php
@@ -19,7 +19,6 @@ function ($id) {
 
         try {
             $CouponCode = Handler::getCouponCode($id);
-//@todo
         } catch (\Exception $Exception) {
             QUI\System\Log::writeException($Exception);