File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ fn expand_syntax_ext(vec[@ast.expr] args,
82
82
83
83
auto fmt = expr_to_str ( args. ( 0 ) ) ;
84
84
85
- log "Format string:" ;
86
- log fmt;
85
+ // log "Format string:";
86
+ // log fmt;
87
87
88
88
auto pieces = parse_fmt_string ( fmt) ;
89
89
auto args_len = _vec. len [ @ast. expr ] ( args) ;
@@ -539,8 +539,8 @@ fn pieces_to_expr(vec[piece] pieces, vec[@ast.expr] args) -> @ast.expr {
539
539
}
540
540
541
541
// TODO: Remove debug logging
542
- log "Building conversion:" ;
543
- log_conv( conv) ;
542
+ // log "Building conversion:";
543
+ // log_conv(conv);
544
544
545
545
n += 1 u;
546
546
auto arg_expr = args. ( n) ;
@@ -551,8 +551,8 @@ fn pieces_to_expr(vec[piece] pieces, vec[@ast.expr] args) -> @ast.expr {
551
551
}
552
552
553
553
// TODO: Remove this debug logging
554
- log "dumping expanded ast:" ;
555
- log pretty. print_expr( tmp_expr) ;
554
+ // log "dumping expanded ast:";
555
+ // log pretty.print_expr(tmp_expr);
556
556
ret tmp_expr;
557
557
}
558
558
You can’t perform that action at this time.
0 commit comments