diff options
Diffstat (limited to 'sort.go')
| -rw-r--r-- | sort.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5,8 +5,6 @@ import ( "io" "os" "strings" - - "go.wit.com/log" ) func makeSortfile() { @@ -30,7 +28,7 @@ func makeSortfile() { } for _, s := range uniqueKeys { - log.Info("found unique key in .proto", s) + // log.Info("found unique key in .proto", s) sortmap["sortBy"] = s sortmap["sortKey"] = s |
