1
0
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:
Russ Cox 2011-03-30 22:41:32 -04:00
parent 3d2e57a312
commit 5a7a074261

View File

@ -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;
}
}