aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-03 15:06:19 -0800
committerGraydon Hoare <[email protected]>2011-01-03 15:06:19 -0800
commit2100aceabfdfd17a0ae8b2b8e9fed02444f5a1f0 (patch)
treeee62a0426714748fd8efde0127480cbfbe19601b /src
parentChange BREQ to SREQ in deps of compile-fail/%.rustc.out (diff)
downloadrust-2100aceabfdfd17a0ae8b2b8e9fed02444f5a1f0.tar.xz
rust-2100aceabfdfd17a0ae8b2b8e9fed02444f5a1f0.zip
Remove missed debug chatter.
Diffstat (limited to 'src')
-rw-r--r--src/comp/front/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs
index 15930b98..befdb82e 100644
--- a/src/comp/front/parser.rs
+++ b/src/comp/front/parser.rs
@@ -496,7 +496,6 @@ impure fn parse_bottom_expr(parser p) -> @ast.expr {
p.bump();
auto e = parse_restricted_expr(p);
impure fn parse_expr_opt(parser p) -> option.t[@ast.expr] {
- log "parse expr opt: " + token.to_str(p.peek());
alt (p.peek()) {
case (token.UNDERSCORE) {
p.bump();