diff options
| author | Jeff Carr <[email protected]> | 2024-03-07 19:31:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-07 19:31:12 -0600 |
| commit | a048e33f587a8883f8a4f71d27c5dedb6b0afc6c (patch) | |
| tree | 2fbf10005db1384e0989c406b973b61bec6035c7 /newRepo.go | |
| parent | 2f451477c80acdfdc39e38378a2572a64c6b57d7 (diff) | |
working on go-clonev0.22.1
Diffstat (limited to 'newRepo.go')
| -rw-r--r-- | newRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ func (r *RepoList) makeAutotypistView(newRepo *RepoRow) { var showBuildB bool = false switch newRepo.Status.RepoType() { case "binary": - log.Info("showing compile here button") + // log.Info("showing compile here button") showBuildB = true case "library": // log.Info("library here. Hide()") |
