summaryrefslogtreecommitdiff
path: root/cobol.go
diff options
context:
space:
mode:
Diffstat (limited to 'cobol.go')
-rw-r--r--cobol.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cobol.go b/cobol.go
index 4c2263d..d3d1724 100644
--- a/cobol.go
+++ b/cobol.go
@@ -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()