web: remove debug output from account pages

This commit is contained in:
Juha Sointusalo 2016-01-05 21:08:38 +02:00
parent a6f54bba9a
commit 263e9ac701
1 changed files with 0 additions and 1 deletions

View File

@ -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);