From: Thomas Citharel Date: Mon, 29 Jun 2015 13:57:19 +0000 (+0200) Subject: delete the debug call X-Git-Tag: 1.9.1^2~4^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=85fb64c207df60bffef2688ef070bff59a6e6dbe;hp=984805649e38c0fc83cde0345ac99b74c8b66e61;p=github%2Fwallabag%2Fwallabag.git delete the debug call --- 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 // check if BASE_URL is configured if(BASE_URL) { - print_r(BASE_URL); $baseUrl = BASE_URL; } else { $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport;