Skip to content

Commit de22f34

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1479 b: refs/heads/master c: 41a0433 h: refs/heads/master i: 1477: 3a09371 1475: 23e01c0 1471: ceb7719 v: v3
1 parent 7f720a8 commit de22f34

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 61edf544a2d16b43d0c4ba1c7537d6a8475f681c
2+
refs/heads/master: 41a043303a53550590b2a8f10b3e57b79a92ecaa

trunk/src/comp/front/extfmt.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,7 @@ fn expand_syntax_ext(vec[@ast.expr] args,
8585
}
8686

8787
auto fmt = expr_to_str(args.(0));
88-
log fmt;
8988
auto pieces = parse_fmt_string(fmt);
90-
log "printing all pieces";
91-
for (piece p in pieces) {
92-
alt (p) {
93-
case (piece_string(?s)) {
94-
log s;
95-
}
96-
case (piece_conv(_)) {
97-
log "conv";
98-
}
99-
}
100-
}
101-
log "done printing all pieces";
10289
auto args_len = _vec.len[@ast.expr](args);
10390
auto fmt_args = _vec.slice[@ast.expr](args, 1u, args_len - 1u);
10491
ret pieces_to_expr(pieces, args);

0 commit comments

Comments
 (0)