diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 09:55:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 09:55:09 -0600 |
| commit | b5002b158b10db3bf89cb6157700390911d53bea (patch) | |
| tree | cb7c8edfe12721509e9fa3cb01431bcda152e12d /generateMarshal.go | |
| parent | 4e0b3b8f3873e1784b8ad43394c1ad8f8a9fb4fb (diff) | |
more cleanups
Diffstat (limited to 'generateMarshal.go')
| -rw-r--r-- | generateMarshal.go | 4 |
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) } } } |
