From 263e9ac701ffa7a08ba23dcdb054c5dd7bf91f3e Mon Sep 17 00:00:00 2001 From: Juha Sointusalo Date: Tue, 5 Jan 2016 21:08:38 +0200 Subject: [PATCH] web: remove debug output from account pages --- html/inc/user.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/html/inc/user.inc b/html/inc/user.inc index ff13a79678..58d69f9521 100644 --- a/html/inc/user.inc +++ b/html/inc/user.inc @@ -47,7 +47,6 @@ function get_other_projects($user) { $timeout = 3; $old_timeout = ini_set('default_socket_timeout', $timeout); $xml_object = null; - echo $url; $f = @file_get_contents($url); if ($f) { $xml_object = @simplexml_load_string($f);