summaryrefslogtreecommitdiff
path: root/cobol.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 01:14:37 -0600
committerJeff Carr <[email protected]>2024-12-17 01:14:37 -0600
commit0e84f2f1c116c69700a77ee745782f2628654126 (patch)
tree75f7a035f11d858f81eebd698306637e5254a0bb /cobol.go
parenta71305ea52b931c189076e11a4526848bf822c15 (diff)
more cleanups to fix forgepb values
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()