summaryrefslogtreecommitdiff
path: root/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'sort.go')
-rw-r--r--sort.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/sort.go b/sort.go
index 1b8cd0e..a816f9f 100644
--- a/sort.go
+++ b/sort.go
@@ -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