Changeset 3384

Show
Ignore:
Timestamp:
08/28/2008 03:26:45 PM (3 months ago)
Author:
Shadowhand
Message:

Debug junk in Router

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/classes/router.php

    r3383 r3384  
    7070                        if (preg_match('#^'.$regex.'$#u', self::$current_uri, $matches)) 
    7171                        { 
    72                                 echo Kohana::debug($regex, $name); 
    73  
    7472                                // If matches exist and there are keys for the URI, parse them 
    7573                                if (count($matches) > 1 AND $keys = Router::keys($route[0]))