tlibmach: remove debug print - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c934984537a7673f980d731e10baec18d0c97c05
 (DIR) parent 5f0bb59e0d8278945d08c167a986ef3cc691d212
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Sat, 14 Jul 2012 09:07:10 -0400
       
       libmach: remove debug print
       
       R=rsc
       http://codereview.appspot.com/6395048
       
       Diffstat:
         M src/libmach/elfcorefreebsdamd64.c   |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libmach/elfcorefreebsdamd64.c b/src/libmach/elfcorefreebsdamd64.c
       t@@ -113,7 +113,6 @@ elfcorefreebsdamd64(Fhdr *fp, Elf *elf, ElfNote *note)
                        u->flags = l->rflags;
                        u->sp = l->rsp;
                        u->ss = l->ss;
       -print("core PC=%#llux SP=%#llux\n", u->ip, u->sp);
        
                        if((fp->thread = realloc(fp->thread, (1+fp->nthread)*sizeof(fp->thread[0]))) == nil){
                                fprint(2, "warning: out of memory saving thread info\n");