mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
plumb: remove debugging print
R=rsc http://codereview.appspot.com/6210059
This commit is contained in:
parent
4ded140a67
commit
c149b06f2e
1 changed files with 0 additions and 1 deletions
|
@ -746,7 +746,6 @@ morerules(uchar *text, int done)
|
|||
;
|
||||
while((rs=readruleset()) != nil){
|
||||
rules = erealloc(rules, (n+2)*sizeof(Ruleset*));
|
||||
fprint(2, "initialize rules %d %d\n", n, n+1);
|
||||
rules[n++] = rs;
|
||||
rules[n] = nil;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue