From 0e84f2f1c116c69700a77ee745782f2628654126 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 01:14:37 -0600 Subject: more cleanups to fix forgepb values --- cobol.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cobol.go') 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() -- cgit v1.2.3