summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 04:58:05 -0600
committerJeff Carr <[email protected]>2025-01-07 04:58:05 -0600
commit904a5e8568b1e1640008a219dd1418a04c53bd7f (patch)
treea7a9172ab01cc7c046964c78246e7d7630a969cc /new.go
parent2ea1113c7211d09ee2637a00645f1b318fb855f8 (diff)
remove lots of old stuff!
Diffstat (limited to 'new.go')
-rw-r--r--new.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/new.go b/new.go
index 3864178..2dc9f00 100644
--- a/new.go
+++ b/new.go
@@ -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")