diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 04:58:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 04:58:05 -0600 |
| commit | 904a5e8568b1e1640008a219dd1418a04c53bd7f (patch) | |
| tree | a7a9172ab01cc7c046964c78246e7d7630a969cc /new.go | |
| parent | 2ea1113c7211d09ee2637a00645f1b318fb855f8 (diff) | |
remove lots of old stuff!
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,9 +16,6 @@ func init() { // deprecate this func ListAllOld() { - for path, rs := range windowMap { - log.Warn(rs.GetMasterVersion(), path) - } } // returns the object for the path @@ -103,7 +100,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) { rs.userWorkingName.SetText(rs.pb.GetUserBranchName()) rs.userBranchVersion.SetLabel(rs.pb.GetUserBranchName()) - if rs.pb.GetGoPath ()== "" { + if rs.pb.GetGoPath() == "" { // not golang repo } else { rs.isGoLang.SetText("true") |
