Drop debug print
This commit is contained in:
parent
59610c58a1
commit
c536e969d6
1 changed files with 0 additions and 2 deletions
|
@ -305,8 +305,6 @@ $macros{lambda} = \¯o_lambda;
|
|||
sub macro_if {
|
||||
my $ts = shift;
|
||||
|
||||
print Dumper($ts);
|
||||
|
||||
my $cond = parser_expr($ts);
|
||||
|
||||
my $tbranch = parser_expr($ts);
|
||||
|
|
Loading…
Reference in a new issue