diff options
Diffstat (limited to 'cobol.go')
| -rw-r--r-- | cobol.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -109,9 +109,6 @@ func verifyPrint(repo *gitpb.Repo) { } func verify(repo *gitpb.Repo, s map[string]string) bool { - if !repo.IsValid() { - // return false - } s["gopath"] = repo.GetGoPath() s["rtype"] = repo.RepoType() |
