(trivial) cleanups
Zachary Stevens [Sun, 1 Nov 2009 17:44:03 +0000 (17:44 +0000)]
lib/Gitalist/Git/Repo.pm

index 2d4c6f5..a0e44a8 100644 (file)
@@ -65,12 +65,6 @@ each item will contain the contents of L</project_info>.
             push @ret, Gitalist::Git::Project->new( name => $name,
                                      path => $obj,
                                  );
-            #push @ret, {
-            #    name => ($name . ( $is_bare ? '' : '/.git' )),
-               # $self->get_project_properties(
-               #     $is_bare ? $obj : $obj->subdir('.git')
-               # ),
-            #};
         }
 
         return [sort { $a->{name} cmp $b->{name} } @ret];