remove debugging thing

This commit is contained in:
Shish 2012-08-18 20:29:45 +01:00
parent 0fd8157e5e
commit 27c06f02ce

View File

@ -111,7 +111,7 @@ class SCoreWebTestCase extends WebTestCase {
*/ */
protected function get_page($page) { protected function get_page($page) {
if($_SERVER['HTTP_HOST'] == "<cli command>") { if($_SERVER['HTTP_HOST'] == "<cli command>") {
print "http://127.0.0.1/2.Xm/index.php?q=$page"; //print "http://127.0.0.1/2.Xm/index.php?q=$page";
$raw = $this->get("http://127.0.0.1/2.Xm/index.php?q=$page"); $raw = $this->get("http://127.0.0.1/2.Xm/index.php?q=$page");
} }
else { else {