[gcompris/gcomprixogoo] Reverted an extra debug print.



commit 688c17fe23a581d12f8605c8f929efd7a834f840
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Nov 2 00:46:40 2010 +0100

    Reverted an extra debug print.

 src/hangman-activity/hangman.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/hangman-activity/hangman.py b/src/hangman-activity/hangman.py
index 39284ce..d176a6a 100644
--- a/src/hangman-activity/hangman.py
+++ b/src/hangman-activity/hangman.py
@@ -65,7 +65,6 @@ class Gcompris_hangman:
     # form of a space separated list like: "e=éè a=àâ"
     # Keep the word NONE if not available in your language
     self.equivs = unicode(_("NONE"), encoding="utf8")
-    print self.equivs
     if self.equivs == "NONE":
       self.equivs = ""
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]