Skip to content

Commit ed22425

Browse files
committed
remove master-only test patch
1 parent 63cac96 commit ed22425

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

GSASII/GSASIIctrlGUI.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5974,13 +5974,6 @@ def OnCheckUpdates(self,event):
59745974
and perform that update if requested.
59755975
'''
59765976
if GSASIIpath.HowIsG2Installed().startswith('git'):
5977-
# Patch: switch from master to main
5978-
# if GSASIIpath.getG2Branch() == 'master':
5979-
# DEBUG code (TODO remove when ready to switch branches)
5980-
# for now testing by user toby in debug mode only
5981-
if GSASIIpath.GetConfigValue('debug') and GSASIIpath.getG2Branch() == 'master' and os.environ.get('USER','?') == 'toby':
5982-
gitSwitchMaster2Main()
5983-
return
59845977
gitCheckUpdates(self.frame)
59855978
else:
59865979
dlg = wx.MessageDialog(self.frame,

0 commit comments

Comments
 (0)