Changeset 2791

Show
Ignore:
Timestamp:
07/16/08 05:44:19 (5 months ago)
Author:
bchoate
Message:

Removing debug code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/lib/MT/Template/ContextHandlers.pm

    r2751 r2791  
    77937793                } else { 
    77947794                    my @cats = cat_path_to_category($category_arg, [ \%blog_terms, \%blog_args ], $class_type); 
    7795 use Data::Dumper; die Dumper({ terms => \%blog_terms, args => \%blog_args, cats => \@cats, arg => $category_arg }); 
    77967795                    if (@cats) { 
    77977796                        $cats = \@cats;