libmach: remove debug print

R=rsc
http://codereview.appspot.com/6395048
diff --git a/src/libmach/elfcorefreebsdamd64.c b/src/libmach/elfcorefreebsdamd64.c
index dd7f6f9..fde6514 100644
--- a/src/libmach/elfcorefreebsdamd64.c
+++ b/src/libmach/elfcorefreebsdamd64.c
@@ -113,7 +113,6 @@
 		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");