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