Skip to content

Commit 2fda0fa

Browse files
committed
codecgen: remove leftover debugging output
Fixes #351
1 parent 0835df8 commit 2fda0fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codec/gen.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,7 @@ func (x *genRunner) encOmitEmptyLine(t2 reflect.StructField, varname string, buf
10721072
buf.s(varname2).s(" != ").s(x.genZeroValueR(t2.Type))
10731073
break
10741074
}
1075-
// MARKER: we shouldn't get here at all ...
1076-
fmt.Printf("???? !!!! We shouldn't get to this point !!!! ????")
1075+
// fmt.Printf("???? !!!! We shouldn't get to this point !!!! ???? - for type: %v\n", t2.Type)
10771076
// buf.s("(")
10781077
buf.s(x.sayFalse()) // buf.s("false")
10791078
for i, n := 0, t2.Type.NumField(); i < n; i++ {

0 commit comments

Comments
 (0)