mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
added debugging
This commit is contained in:
parent
474eb8eb96
commit
210236532f
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ func getLightestProcess(m map[string]int) (Pair, error) {
|
|||
processlist[i] = Pair{k, v}
|
||||
}
|
||||
sort.Sort(processlist)
|
||||
log.Println(spew.Sdump(processlist))
|
||||
|
||||
return processlist[0], nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue