Remove FIXME, why did I think this didn't work?
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / Container.pm
index 2cbc1cb..1f007a2 100644 (file)
@@ -167,7 +167,6 @@ sub build_home_service {
             }
 
             $home ||= Catalyst::Utils::home($class);
-#            $class->config(home => $home); # FIXME - Needed to make path_to work.
             return $home;
         },
         dependencies => [ depends_on('application_name') ],