new feature: selecting on breakpoint sets entry-ctrl-text
[pygdb.git] / StatusWindow.py
index 4a08b54f068f771f801b9733fa2cdb50adaead6e..c6c29cfdedc61c74683962e93fddefbbcd952691 100644 (file)
@@ -52,7 +52,6 @@ class StatusWindow (gtk.Window):
                h = conf.findInt("statuswnd-height")
                paned1 = conf.findInt("statuswnd-paned1")
 
-               print w, h, paned1
                if w!=None and h!=None:
                        self.resize(w,h)
                if paned1!=None: