diff options
| -rw-r--r-- | currentVersions.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/currentVersions.go b/currentVersions.go index d5a2212..4e9d843 100644 --- a/currentVersions.go +++ b/currentVersions.go @@ -67,9 +67,6 @@ func (repo *Repo) GetDevelVersion() string { func (repo *Repo) GetUserVersion() string { bname := repo.GetUserBranchName() - if bname != "jcarr" { - panic("not jcarr bname =" + bname) - } v, err := repo.gitVersionByName(bname) if err == nil { return v |
