--- trunk/lib/SVNBrowser/Dispatcher.pm 2006/12/17 15:05:20 39 +++ trunk/lib/SVNBrowser/Dispatcher.pm 2006/12/18 10:40:36 40 @@ -54,7 +54,7 @@ request => Jifty->web->request, response => Jifty->web->response, ); - warn "created continuation: ", dump($next); +# warn "created continuation: ", dump($next); } elsif ($next) { # warn "next = ", dump( $next ); $next->call;