From 42715c69b768c53651dd30ba93b3535126e2790d Mon Sep 17 00:00:00 2001
From: Ian Luo <ian.luo@gmail.com>
Date: Thu, 19 Sep 2019 01:16:45 +0800
Subject: [PATCH] remove useless comment

---
 common/utils/net.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/utils/net.go b/common/utils/net.go
index 31b032e79..47a250231 100644
--- a/common/utils/net.go
+++ b/common/utils/net.go
@@ -38,7 +38,6 @@ func init() {
 	}
 }
 
-// ref: https://stackoverflow.com/questions/23558425/how-do-i-get-the-local-ip-address-in-go
 func GetLocalIP() (string, error) {
 	faces, err := net.Interfaces()
 	if err != nil {
-- 
GitLab