git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46294 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -664,7 +664,6 @@ class LayerSelect(wx.Choice):
self.SetItems(layerchoices)
self.SetStringSelection('1')
elif len(layerchoices) == 1:
- print layerchoices[0]
self.SetStringSelection(layerchoices[0])