mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 06:48:26 +00:00
remove debug code
This commit is contained in:
parent
82e6837dbb
commit
4dd54f7025
@ -86,7 +86,7 @@ function isRootCAFileExists(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function checkRootCA(){
|
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("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("you may generate one by the following methods"), logUtil.T_ERR);
|
||||||
logUtil.printLog(color.red("\twhen using globally : anyproxy --root"), logUtil.T_ERR);
|
logUtil.printLog(color.red("\twhen using globally : anyproxy --root"), logUtil.T_ERR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user