]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/TT.pm
Miscellaneous fixes.
[maypole.git] / lib / Maypole / View / TT.pm
index 614943414aae4b560f64c0ba2c9f365633e9e831..47999a4692460dc5137c53bbdd8e3d3dd5e223e7 100644 (file)
@@ -12,7 +12,6 @@ sub new { bless {}, shift } # Not worth having
 sub _tt {
     my ($self, $r) = @_;
     my $root = $r->{ar}->document_root . "/". $r->{ar}->location;
-    warn "Root was $root";
     Template->new({ INCLUDE_PATH => [
         $root,
         ($r->model_class && File::Spec->catdir($root, $r->model_class->moniker)),