mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 11:06:39 +01:00
small update, code cleaned
This commit is contained in:
@@ -22,7 +22,6 @@ func printSortedMapStringInt(m map[string]int, threshold int) map[int][]string {
|
||||
sort.Sort(sort.Reverse(sort.IntSlice(a)))
|
||||
for _, k := range a {
|
||||
for _, s := range n[k] {
|
||||
//fmt.Printf("%d (%d)- %s,\n", k, tantPerCent, s)
|
||||
fmt.Println(strconv.Itoa(k) + " - " + s)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user