From d28fe9e9d3799aa5eb32801d8fa511e2bbdc5c6f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Oct 2012 18:36:06 -0500 Subject: remove debugging code --- lib/Text/Handlebars/Compiler.pm | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/Text/Handlebars/Compiler.pm') 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; -- cgit v1.2.3-54-g00ecf