Removed debug
This commit is contained in:
parent
d43eec77f3
commit
0f576e8972
|
@ -148,7 +148,6 @@ apply_rule(Rule *r, char *s)
|
|||
while(*s == ' ') s++;
|
||||
if(*s == ')' && *(dst_ - 1) == ' ') dst_--;
|
||||
}
|
||||
printf("[%s]\n", r->a);
|
||||
return write_rule(r, s, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue