From a0f2996873c459852e74f3e5aeb63011f6a3f8ea Mon Sep 17 00:00:00 2001
From: capossele <angelocapossele@gmail.com>
Date: Mon, 25 Nov 2019 15:23:17 +0000
Subject: [PATCH] :pencil: adds comments

---
 plugins/autopeering/autopeering.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/autopeering/autopeering.go b/plugins/autopeering/autopeering.go
index e24d67de..8289f23d 100644
--- a/plugins/autopeering/autopeering.go
+++ b/plugins/autopeering/autopeering.go
@@ -152,6 +152,7 @@ func getMyIP() string {
 	return fmt.Sprintf("%s", ip)
 }
 
+// used only for debugging puropose
 func printReport(log *zap.SugaredLogger) {
 	if Discovery == nil || Selection == nil {
 		return
-- 
GitLab