From 5ee91330a757bafbad89801dac8a1852af8300e0 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 aa991cb4bd..8bb09aa6dd 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -482,7 +482,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);
 		}