rustc: Remove "update_env_for_arm" debugging message

This commit is contained in:
Patrick Walton 2010-12-11 22:30:12 -08:00
parent de118d79b6
commit 368459db43

View file

@ -200,7 +200,6 @@ fn update_env_for_block(&env e, &ast.block b) -> env {
}
fn update_env_for_arm(&env e, &ast.arm p) -> env {
log "update_env_for_arm";
ret rec(scopes = cons[scope](scope_arm(p), @e.scopes) with e);
}