mirror of
https://github.com/golang/go
synced 2024-11-21 19:24:45 -07:00
gopack: comment out debugging print
TBR=r CC=golang-dev https://golang.org/cl/4333048
This commit is contained in:
parent
3d2e57a312
commit
5a7a074261
@ -1672,7 +1672,7 @@ arread_cutprefix(Biobuf *b, Armember *bp)
|
||||
inprefix = nil;
|
||||
o = Boffset(b);
|
||||
if(o < end && rd(b, &p) && p.kind == aName && p.type == UNKNOWN && p.sym == 1 && p.id[0] == '<') {
|
||||
print("skip %lld-%lld\n", offset, o);
|
||||
// print("skip %lld-%lld\n", offset, o);
|
||||
offset = o;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user