Skip to content
Snippets Groups Projects
Commit 51ce0dac authored by Ming Deng's avatar Ming Deng Committed by GitHub
Browse files

Remove comments

parent 967f1fdd
No related branches found
No related tags found
No related merge requests found
......@@ -148,9 +148,9 @@ func loadConsumerConfig() {
checkok = false
count++
if count > maxWait {
// errMsg := fmt.Sprintf("Failed to check the status of the service %v . No provider available for the service to the consumer use dubbo version %v", refconfig.InterfaceName, constant.Version)
// logger.Error(errMsg)
// panic(errMsg)
errMsg := fmt.Sprintf("Failed to check the status of the service %v . No provider available for the service to the consumer use dubbo version %v", refconfig.InterfaceName, constant.Version)
logger.Error(errMsg)
panic(errMsg)
}
time.Sleep(time.Second * 1)
break
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment