]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
delete the debug call 1226/head
authorThomas Citharel <tcit@tcit.fr>
Mon, 29 Jun 2015 13:57:19 +0000 (15:57 +0200)
committerThomas Citharel <tcit@tcit.fr>
Mon, 29 Jun 2015 13:57:19 +0000 (15:57 +0200)
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;