]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Tools.class.php
delete the debug call
[github/wallabag/wallabag.git] / inc / poche / Tools.class.php
index 6c176eae5c3048dd53368284aed2a1988f69647f..9c74839183c9368cbcdd117e2129fad65f31325e 100755 (executable)
@@ -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;