summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Compiler.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-03 18:36:06 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-03 18:36:06 -0500
commitd28fe9e9d3799aa5eb32801d8fa511e2bbdc5c6f (patch)
treeb43a120c4058cd4560437899035d4b670037a610 /lib/Text/Handlebars/Compiler.pm
parent6b7da8376218972db4d0a98a9e0220f9dc81dbd5 (diff)
downloadtext-handlebars-d28fe9e9d3799aa5eb32801d8fa511e2bbdc5c6f.tar.gz
text-handlebars-d28fe9e9d3799aa5eb32801d8fa511e2bbdc5c6f.zip
remove debugging code
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;