Fixed arguments debug message
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index 7ba40cc..acd1b59 100644 (file)
@@ -194,7 +194,6 @@ sub prepare_action {
         }
 
         # If not, move the last part path to args
-
         unshift @args, pop @path;
     }