[Jifty-commit] r7533 - Template-Declare/branches/mixmaster/lib/Template

Jifty commits jifty-commit at lists.jifty.org
Fri Oct 9 22:25:31 EDT 2009


Author: theory
Date: Fri Oct  9 22:25:31 2009
New Revision: 7533

Modified:
   Template-Declare/branches/mixmaster/lib/Template/Declare.pm

Log:
Did not mean to commit those lines.


Modified: Template-Declare/branches/mixmaster/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/branches/mixmaster/lib/Template/Declare.pm	(original)
+++ Template-Declare/branches/mixmaster/lib/Template/Declare.pm	Fri Oct  9 22:25:31 2009
@@ -561,8 +561,6 @@
     }
 
     foreach my $package (@search_packages) {
-        # print STDERR "#PACK: $package\n";
-        # print STDERR '# ', join("\n# ", @TestApp::TD::HTML::ISA), $/;
         next unless ( $package and $package->isa(__PACKAGE__) );
         if ( my $coderef = $package->_has_template( $template_name, $show_private ) ) {
             return $coderef;


More information about the Jifty-commit mailing list