summaryrefslogtreecommitdiff
path: root/marshal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:21:09 -0600
committerJeff Carr <[email protected]>2024-12-01 22:21:09 -0600
commitf888dab0f223ae4b41de232e941a62a46f978309 (patch)
treea8090e1bbaca220946dbc998666256effbf623c1 /marshal.go
parent7a1c1e318045165f14894ce4a12e3105a68eb3cc (diff)
Diffstat (limited to 'marshal.go')
-rw-r--r--marshal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/marshal.go b/marshal.go
index d7166fa..91ea414 100644
--- a/marshal.go
+++ b/marshal.go
@@ -29,7 +29,7 @@ func marshal(names map[string]string) {
fmt.Fprintln(w, "")
for _, v := range marshalKeys {
- log.Info("found marshal key in .proto", v)
+ // log.Info("found marshal key in .proto", v)
marshalThing(w, v)
}