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:
parent
984805649e
commit
85fb64c207
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue