Browse Source

wxGUI: remove print statement coming from https://trac.osgeo.org/grass/changeset/67627, merge from trunk https://trac.osgeo.org/grass/changeset/67701

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@67772 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 năm trước cách đây
mục cha
commit
18fd886f44
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      gui/wxpython/gui_core/widgets.py

+ 0 - 1
gui/wxpython/gui_core/widgets.py

@@ -106,7 +106,6 @@ class NotebookController:
         try:
             self.classObject.InsertPage(self.widget, **kwargs)
         except TypeError, e:  # documentation says 'index', but certain versions of wx require 'n'
-            print e
             kwargs['n'] = kwargs['index']
             del kwargs['index']
             self.classObject.InsertPage(self.widget, **kwargs)