Skip to content

Commit 9b4cff7

Browse files
committed
cmd/bpf2go: remove leftover debug print
1 parent 844801c commit 9b4cff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/bpf2go/output.go

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ func binaryString(buf []byte) string {
247247
func writeFormatted(src []byte, out io.Writer) error {
248248
formatted, err := format.Source(src)
249249
if err != nil {
250-
fmt.Println(string(src))
251250
return fmt.Errorf("can't format source: %s", err)
252251
}
253252

0 commit comments

Comments
 (0)