diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 05:20:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 05:20:22 -0500 |
| commit | 412981de9c8a748ec9b6d0ca61b6d1dafa2a754a (patch) | |
| tree | c83e5e2ee0b617a7e11c8b3492230fbdc131a132 /findFilename.go | |
| parent | 64fe482e151565805adb6aa0d300604fa4814165 (diff) | |
hmm.v0.0.11
Diffstat (limited to 'findFilename.go')
| -rw-r--r-- | findFilename.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/findFilename.go b/findFilename.go index 1cfbe0d..1160e08 100644 --- a/findFilename.go +++ b/findFilename.go @@ -29,7 +29,6 @@ func GetFilename(pb proto.Message) (string, error) { fieldName = protoreflect.Name("filename") fieldDescriptor = descriptor.Fields().ByName(fieldName) // if fieldDescriptor == nil { - // log.Info("") // panic(".proto file: try 'Filename', not 'filename'? or maybe nomutex if pb.Marshal() fails") // } } |
