1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

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
if(BASE_URL) {
print_r(BASE_URL);
$baseUrl = BASE_URL;
} else {
$baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport;