]> Cypherpunks repositories - gostls13.git/commitdiff
gopack: comment out debugging print
authorRuss Cox <rsc@golang.org>
Thu, 31 Mar 2011 02:41:32 +0000 (22:41 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 31 Mar 2011 02:41:32 +0000 (22:41 -0400)
TBR=r
CC=golang-dev
https://golang.org/cl/4333048

src/cmd/gopack/ar.c

index 8f0cfbf8045672da7c78305d8fb1ed151db3cec2..dc3899f375a355bf6400972d63f50a3e2a4e8a6e 100644 (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;
                                }
                        }