Skip to content
Snippets Groups Projects
Commit a0f29968 authored by capossele's avatar capossele
Browse files

:pencil: adds comments

parent 6798c3be
Branches
Tags
No related merge requests found
...@@ -152,6 +152,7 @@ func getMyIP() string { ...@@ -152,6 +152,7 @@ func getMyIP() string {
return fmt.Sprintf("%s", ip) return fmt.Sprintf("%s", ip)
} }
// used only for debugging puropose
func printReport(log *zap.SugaredLogger) { func printReport(log *zap.SugaredLogger) {
if Discovery == nil || Selection == nil { if Discovery == nil || Selection == nil {
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment