From 506657ec424d78e368da99e6ba31d41c3c5c8297 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sat, 25 Mar 2017 13:01:41 +0100
Subject: [PATCH] removed TODO, one day this all needs refacturizing ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 mod/profiles.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mod/profiles.php b/mod/profiles.php
index 3ceb8c664..9c925924f 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -479,7 +479,6 @@ function profiles_post(App $a) {
 			intval(local_user())
 		);
 
-		/// @TODO decide to use dbm::is_result() here and check $r
 		if ($r) {
 			info(L10n::t('Profile updated.') . EOL);
 		}