delete the debug call

This commit is contained in:
Thomas Citharel 2015-06-29 15:57:19 +02:00
parent 984805649e
commit 85fb64c207

View File

@ -76,7 +76,6 @@ final class Tools
// check if BASE_URL is configured // check if BASE_URL is configured
if(BASE_URL) { if(BASE_URL) {
print_r(BASE_URL);
$baseUrl = BASE_URL; $baseUrl = BASE_URL;
} else { } else {
$baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport; $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport;