diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-06-29 15:57:19 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-06-29 15:57:19 +0200 |
commit | 85fb64c207df60bffef2688ef070bff59a6e6dbe (patch) | |
tree | 89ffca12ed274491c32fa47f666ecdb7155bdb74 | |
parent | 984805649e38c0fc83cde0345ac99b74c8b66e61 (diff) | |
download | wallabag-85fb64c207df60bffef2688ef070bff59a6e6dbe.tar.gz wallabag-85fb64c207df60bffef2688ef070bff59a6e6dbe.tar.zst wallabag-85fb64c207df60bffef2688ef070bff59a6e6dbe.zip |
delete the debug call
-rwxr-xr-x | inc/poche/Tools.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 6c176eae..9c748391 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -76,7 +76,6 @@ final class Tools | |||
76 | 76 | ||
77 | // check if BASE_URL is configured | 77 | // check if BASE_URL is configured |
78 | if(BASE_URL) { | 78 | if(BASE_URL) { |
79 | print_r(BASE_URL); | ||
80 | $baseUrl = BASE_URL; | 79 | $baseUrl = BASE_URL; |
81 | } else { | 80 | } else { |
82 | $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport; | 81 | $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport; |