fix extra message.

This commit is contained in:
Costa Vitor 2012-08-14 16:08:03 -05:00
parent 72c650cda0
commit 020692635b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ static void
send_tracer_message(char *start, char *name, Int arity, char *mname, CELL *args)
{
CACHE_REGS
fprintf(GLOBAL_stderr, "(%p) ", B);
if (name == NULL) {
#ifdef YAPOR
fprintf(GLOBAL_stderr, "(%d)%s", worker_id, start);