[GRASS-SVN] r73325 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 14 11:07:28 PDT 2018


Author: annakrat
Date: 2018-09-14 11:07:28 -0700 (Fri, 14 Sep 2018)
New Revision: 73325

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
wxGUI: remove accidentally commited prints

Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2018-09-14 12:36:16 UTC (rev 73324)
+++ grass/trunk/gui/wxpython/gis_set.py	2018-09-14 18:07:28 UTC (rev 73325)
@@ -1001,9 +1001,7 @@
         mapset = self.listOfMapsets[self.lbmapsets.GetSelection()]
 
         lockfile = get_lockfile_if_present(dbase, location, mapset)
-        print (lockfile)
         if lockfile:
-            print ('aaaa')
             dlg = wx.MessageDialog(
                 parent=self,
                 message=_(
@@ -1043,7 +1041,6 @@
             else:
                 return
         self.SetLocation(dbase, location, mapset)
-        print ('ssssssssssssssss')
         self.ExitSuccessfully()
 
     def SetLocation(self, dbase, location, mapset):



More information about the grass-commit mailing list