summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
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")