diff options
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()") |
