Removed debug echo from profile page.

This commit is contained in:
K. Nobel
2017-01-24 17:02:49 +01:00
parent ec56dbe578
commit 7144d700e4

View File

@@ -20,8 +20,6 @@ if(empty($_GET["username"])) {
$userID = getUserID($_GET["username"]);
}
echo "User ID: $userID";
$user = selectUser($_SESSION["userID"], $userID);
$profile_friends = selectAllFriends($userID);
$profile_groups = selectAllUserGroups($userID);