From 4d665387fe7276c5114acb10a83cd697fcee83ae Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 31 Jan 2024 04:07:49 -0600 Subject: more on release management Signed-off-by: Jeff Carr --- update.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'update.go') diff --git a/update.go b/update.go index 96406b2..1d34dd1 100644 --- a/update.go +++ b/update.go @@ -138,10 +138,7 @@ func (rs *RepoStatus) UpdateCurrent() { return } log.Log(INFO, "Update() START") - // do things that are safe even if the git tree is dirty - // rs.path.SetValue(rs.repopath) rs.getCurrentBranchName() - // rs.window.SetTitle(rs.repopath + " GO repo Details") rs.getCurrentBranchVersion() rs.getLastTagVersion() rs.populateTags() -- cgit v1.2.3