[gcompris/gcomprixogoo] Minor: No more display the word to find in stdout.



commit 365d4adcae90c29bb4676c3cab847d154c37a0d4
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Mon Aug 30 22:49:39 2010 +0200

    Minor: No more display the word to find in stdout.

 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 7cb7f2c..b2ec19b 100644
--- a/src/hangman-activity/hangman.py
+++ b/src/hangman-activity/hangman.py
@@ -231,7 +231,6 @@ class Gcompris_hangman:
 
     # Display the word to find
     self.word = self.get_next_word()
-    print self.word
     self.letters = []
     self.keys= []
 



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