summaryrefslogtreecommitdiff
path: root/includes/controller/users_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r--includes/controller/users_controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php
index 5bc2e06f..a2a28410 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -227,7 +227,6 @@ function user_controller()
if($user_source['force_active']) {
$tshirt_score = _('Enough');
- success(_('You have done enough to get a t-shirt.'));
} else {
$tshirt_score = round(User_tshirt_score($user_source), 2) . ' h';
}