From 3428bb5cac2a77925053ed5b4fccea27484edb7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de>
Date: Wed, 29 Aug 2018 16:19:58 +0200
Subject: [PATCH] style: codestyle

---
 ajax/frontend/redeem.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ajax/frontend/redeem.php b/ajax/frontend/redeem.php
index 650f3da..ca3cd77 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);
 
-- 
GitLab