i forgot to remove a warning
Sebastian Riedel [Thu, 14 Apr 2005 13:53:46 +0000 (13:53 +0000)]
lib/Catalyst/Dispatcher.pm

index 01f4bed..cf05df1 100644 (file)
@@ -128,7 +128,6 @@ sub forward {
         $namespace = $1 || '/';
         $command   = $2 || $command;
         $command =~ s/^\///;
-        warn "NAMESPACE: $namespace COMMAND: $command";
     }
 
     else { $namespace = _class2prefix($caller) || '/' }