i forgot to remove a warning
[catagits/Catalyst-Runtime.git] / 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) || '/' }