Skip to content

Commit

Permalink
Deleted some cruft that found its way into the last commit
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.tt2.org/tt/Template2/trunk@1259 d5a88997-0a34-4036-9ed2-92fb5d660d91
  • Loading branch information
abw committed Jul 31, 2009
1 parent 6c6c184 commit 702254f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/Template/Directive.pm
Expand Up @@ -37,7 +37,6 @@ our $DEBUG = 0 unless defined $DEBUG;
our $WHILE_MAX = 1000 unless defined $WHILE_MAX;
our $PRETTY = 0 unless defined $PRETTY;
our $OUTPUT = '$output .= ';
our $OBSERVER;


sub _init {
Expand Down
5 changes: 0 additions & 5 deletions t/trace_vars.t
Expand Up @@ -44,8 +44,3 @@ Hello World
[% wig(10).wam(a,b,c).bam(f = d, g = e) -%]
[% x = 10; y.z = 20 -%]
Goodbye
use Template::Test;
$^W = 1;
$Template::Test::DEBUG = 0;

0 comments on commit 702254f

Please sign in to comment.