diff --git a/plugins/autopeering/autopeering.go b/plugins/autopeering/autopeering.go
index e24d67dea1c2e01592ccf625a792016dad782fdb..8289f23d89a457462d8d604abb2a82efa047711b 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