mirror of https://github.com/BOINC/boinc.git
web: remove debug output from account pages
This commit is contained in:
parent
a6f54bba9a
commit
263e9ac701
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue