File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 61edf544a2d16b43d0c4ba1c7537d6a8475f681c
2
+ refs/heads/master: 41a043303a53550590b2a8f10b3e57b79a92ecaa
Original file line number Diff line number Diff line change @@ -85,20 +85,7 @@ fn expand_syntax_ext(vec[@ast.expr] args,
85
85
}
86
86
87
87
auto fmt = expr_to_str ( args. ( 0 ) ) ;
88
- log fmt;
89
88
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" ;
102
89
auto args_len = _vec. len [ @ast. expr ] ( args) ;
103
90
auto fmt_args = _vec. slice [ @ast. expr ] ( args, 1 u, args_len - 1 u) ;
104
91
ret pieces_to_expr ( pieces, args) ;
You can’t perform that action at this time.
0 commit comments