Commit 5a7a0742 authored by Russ Cox's avatar Russ Cox

gopack: comment out debugging print

TBR=r
CC=golang-dev
https://golang.org/cl/4333048
parent 3d2e57a3
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment