[Jifty-commit] r469 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 5 17:49:10 EST 2006


Author: jesse
Date: Thu Jan  5 17:49:09 2006
New Revision: 469

Modified:
   /   (props changed)
   wifty/trunk/lib/Wifty/Dispatcher.pm

Log:
 r22148 at truegrounds:  jesse | 2006-01-05 23:47:16 +0100
 * removed a warning


Modified: wifty/trunk/lib/Wifty/Dispatcher.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Dispatcher.pm	(original)
+++ wifty/trunk/lib/Wifty/Dispatcher.pm	Thu Jan  5 17:49:09 2006
@@ -13,7 +13,6 @@
 
 under ['view/*', 'edit/*'], run {
     my ( $name, $rev );
-    warn "hey";
     if ( $1 =~ qr{^(.*?)/?(\d*?)$} ) {
         $name = $1;
         $rev  = $2;


More information about the Jifty-commit mailing list