The following commit has been merged in the gui branch:
commit 2a4a3ab1e66dd6d36b88e7257bbdc8ae851490e8
Author: Jon Dowland <[email protected]>
Date:   Thu Sep 24 17:35:13 2009 +0100

    errant print statement

diff --git a/gdp.py b/gdp.py
index 52a635b..17affc0 100755
--- a/gdp.py
+++ b/gdp.py
@@ -57,7 +57,6 @@ class View:
                type one."""
                w = self.builder.get_object("placeholder_filechooser_window")
                children = w.get_children()
-               print "there are %d children" % len(children)
                w.remove(children[0])
                self.window.append_page(children[0])
                
self.builder.get_object("choose_file_button").connect("clicked", 

-- 
Installer for game data files

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to