Skip to content
Snippets Groups Projects
Commit 28269796 authored by Russ Cox's avatar Russ Cox
Browse files

cmd/internal/objfile: remove debugging print

Crept into CL 9682, committed last week.

Change-Id: I5b8e9119dbfeb0bc3005623ab74dbd29311d17ae
Reviewed-on: https://go-review.googlesource.com/31814


Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent aeb8b959
Branches
Tags
No related merge requests found
...@@ -50,7 +50,6 @@ func (f *File) Disasm() (*Disasm, error) { ...@@ -50,7 +50,6 @@ func (f *File) Disasm() (*Disasm, error) {
} }
goarch := f.GOARCH() goarch := f.GOARCH()
println("GOARCH", goarch)
disasm := disasms[goarch] disasm := disasms[goarch]
byteOrder := byteOrders[goarch] byteOrder := byteOrders[goarch]
if disasm == nil || byteOrder == nil { if disasm == nil || byteOrder == nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment