去除调试代码

This commit is contained in:
shuipf
2016-04-26 10:10:45 +08:00
parent 3eab80b016
commit d6d6dbff43

View File

@@ -165,7 +165,7 @@ class Url
if(!empty($urlDomainRoot)){ if(!empty($urlDomainRoot)){
$domain .= $urlDomainRoot; $domain .= $urlDomainRoot;
} }
echo $domain;exit; break;
} }
} }
} }