From 4b602c5b184751ba1e6b9c19672ef7d56a5d0c05 Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 17 Apr 2017 11:15:28 +0900 Subject: [PATCH] removed comment --- crawler_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler_manager.go b/crawler_manager.go index 3114a11..8502153 100644 --- a/crawler_manager.go +++ b/crawler_manager.go @@ -42,7 +42,7 @@ func init() { g_CrawlerMananger = &CrawlerManager{portMap:make(map[string]string),pidMap:make(map[string]string), currentPort:defaultPort} } - //g_CrawlerMananger.init() + g_CrawlerMananger.init() } func GetClient(container string) (*grpc.ClientConn, error) {