Adjust commented-out diagnostic log statement in parser.rs.
This commit is contained in:
parent
c7e3f951e6
commit
88cb966363
@ -41,11 +41,12 @@ impure fn new_parser(session.session sess,
|
||||
lexer.reader rdr)
|
||||
{
|
||||
fn peek() -> token.token {
|
||||
// log token.to_str(tok);
|
||||
ret tok;
|
||||
}
|
||||
|
||||
impure fn bump() {
|
||||
// log rdr.get_filename()
|
||||
// + ":" + common.istr(lo.line as int);
|
||||
tok = lexer.next_token(rdr);
|
||||
lo = rdr.get_mark_pos();
|
||||
hi = rdr.get_curr_pos();
|
||||
|
Loading…
x
Reference in New Issue
Block a user