remove debug code

This commit is contained in:
OttoMao 2015-03-31 09:12:13 +08:00
parent 82e6837dbb
commit 4dd54f7025

View File

@ -86,7 +86,7 @@ function isRootCAFileExists(){
}
function checkRootCA(){
if(!isRootCAFileExists() || true){
if(!isRootCAFileExists()){
logUtil.printLog(color.red("can not find rootCA.crt or rootCA.key"), logUtil.T_ERR);
logUtil.printLog(color.red("you may generate one by the following methods"), logUtil.T_ERR);
logUtil.printLog(color.red("\twhen using globally : anyproxy --root"), logUtil.T_ERR);