Title: [commits] (john) [15916] remove testing code to narrow down bugs that only occur on tinderboxes
Revision
15916
Author
john
Date
2007-11-26 19:37:18 -0800 (Mon, 26 Nov 2007)

Log Message

remove testing code to narrow down bugs that only occur on tinderboxes

Modified Paths

Diff

Modified: branches/recorded_scripts/chandler/parcels/osaf/framework/blocks/Table.py (15915 => 15916)

--- branches/recorded_scripts/chandler/parcels/osaf/framework/blocks/Table.py	2007-11-27 03:22:52 UTC (rev 15915)
+++ branches/recorded_scripts/chandler/parcels/osaf/framework/blocks/Table.py	2007-11-27 03:37:18 UTC (rev 15916)
@@ -648,7 +648,6 @@
             self.ProcessTableMessage (message)
             self.ForceRefresh () 
     
-            print "in wxSynchronizedWidget, editAttributeNamed is", editAttributeNamed
             if editAttributeNamed is not None:
                 self.EditAttribute(editAttributeNamed)
 

Modified: branches/recorded_scripts/chandler/parcels/osaf/framework/script_recording/script_lib.py (15915 => 15916)

--- branches/recorded_scripts/chandler/parcels/osaf/framework/script_recording/script_lib.py	2007-11-27 03:22:52 UTC (rev 15915)
+++ branches/recorded_scripts/chandler/parcels/osaf/framework/script_recording/script_lib.py	2007-11-27 03:37:18 UTC (rev 15916)
@@ -42,7 +42,6 @@
             windowName = window.GetName()
         else:
             windowName = ""
-        print "0 event:", eventNumber, "focus is", windowName, window
 
     application.ProcessIdle()
     application.Yield (True)
@@ -54,7 +53,6 @@
             windowName = window.GetName()
         else:
             windowName = ""
-        print "1 event:", eventNumber, "focus is", windowName, window
 
     sentToWidget = nameToWidget (properties ["sentTo"])
 
@@ -284,7 +282,6 @@
         windowName = window.GetName()
     else:
         windowName = ""
-    print "2 event:", eventNumber, "processed is", processed, "focus is", windowName, window
 
 
     # On windows when we propagate notifications while editing a text control




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to