Changeset 574

Show
Ignore:
Timestamp:
06/18/03 12:25:11 (5 years ago)
Author:
sholloway
Message:

Forgot to take out the print statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBSkinning/RBSkinning/wxPythonSkin/splitter.py

    r573 r574  
    6363        self.SplitWindows.append(ChildNode.object) 
    6464        if len(self.SplitWindows) == 2: 
    65             print "wxAddChildWindow", self.SplitWindows 
    6665            if self.settings['orientation'] == 'vertical': 
    6766                self.object.SplitVertically(self.SplitWindows[0], self.SplitWindows[1])