undo debugging.

This commit is contained in:
rsc 2005-10-31 16:43:00 +00:00
parent 74374cc8a4
commit 96029e052b

View file

@ -83,7 +83,6 @@ dumpr(char *s, Rule *r)
Bprint(&bout, " prog='%s'", r->prog);
Bprint(&bout, "\n\ttarget=%s: %s\n", r->target, wtos(r->tail, ' '));
Bprint(&bout, "\trecipe@%ld='%s'\n", r->recipe, r->recipe);
break;
}
}