We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cac96 commit ed22425Copy full SHA for ed22425
GSASII/GSASIIctrlGUI.py
@@ -5974,13 +5974,6 @@ def OnCheckUpdates(self,event):
5974
and perform that update if requested.
5975
'''
5976
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
5984
gitCheckUpdates(self.frame)
5985
else:
5986
dlg = wx.MessageDialog(self.frame,
0 commit comments