summaryrefslogtreecommitdiff
path: root/generateMarshal.go
diff options
context:
space:
mode:
Diffstat (limited to 'generateMarshal.go')
-rw-r--r--generateMarshal.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/generateMarshal.go b/generateMarshal.go
index 9cb1a4e..18758bb 100644
--- a/generateMarshal.go
+++ b/generateMarshal.go
@@ -4,8 +4,6 @@ import (
"fmt"
"io"
"os"
-
- "go.wit.com/log"
)
// makes Marshal and Unmarshal functions for protoWIRE protoTEXT and protoJSON
@@ -37,7 +35,7 @@ func (pb *Files) marshal(f *File) {
if msg.DoMarshal {
marshalThing(w, msg.Name)
} else {
- log.Info("Skipping. DoMarshal = false for", msg.Name)
+ // log.Info("Skipping. DoMarshal = false for", msg.Name)
}
}
}