Skip to content

Commit a5f8757

Browse files
committed
test lint
1 parent 9f22d16 commit a5f8757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/convert_from_protobuf_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func (w *walker) StructField(f reflect.StructField, v reflect.Value) error {
3737
}
3838
w.FieldCount++
3939
if v.IsZero() {
40-
//fmt.Printf("ZERO: %s\n", f.Name)
4140
w.ZeroValueFieldCount++
4241
}
4342
return nil

0 commit comments

Comments
 (0)