summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Compiler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Text/Handlebars/Compiler.pm')
-rw-r--r--lib/Text/Handlebars/Compiler.pm15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm
index 2fc7422..ae1738b 100644
--- a/lib/Text/Handlebars/Compiler.pm
+++ b/lib/Text/Handlebars/Compiler.pm
@@ -31,21 +31,6 @@ sub _generate_include {
return $self->SUPER::_generate_include($node);
}
-if (0) {
- our $_recursing;
- around compile_ast => sub {
- my $orig = shift;
- my $self = shift;
-
- my @ast = do {
- local $_recursing = 1;
- $self->$orig(@_);
- };
- use Data::Dump; ddx(\@ast) unless $_recursing;
- return @ast;
- };
-}
-
__PACKAGE__->meta->make_immutable;
no Any::Moose;