diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:21:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:21:09 -0600 |
| commit | f888dab0f223ae4b41de232e941a62a46f978309 (patch) | |
| tree | a8090e1bbaca220946dbc998666256effbf623c1 /sort.go | |
| parent | 7a1c1e318045165f14894ce4a12e3105a68eb3cc (diff) | |
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 |
