Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game2
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-11 05:08:40 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-11 05:08:40 (GMT)
commitb742088d3e4662df573caebc77a7f7d4e2eb3f06 (patch)
treeb569c6424355af56c84cd5be4e4e3568d7f814c5 /game2
parent990e43eb3517eac805e07e3895732ceb2ad291d0 (diff)
Disabled debug print
Diffstat (limited to 'game2')
-rwxr-xr-xgame2/game2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/game2/game2.py b/game2/game2.py
index 91a248e..95450ea 100755
--- a/game2/game2.py
+++ b/game2/game2.py
@@ -183,7 +183,7 @@ class Game2(usmpgames.ApplicationState):
global number2
global GAMEMODE
if(GAMEMODE==1):
- print('n: '+str(n))
+ #print('n: '+str(n))
#random.randint(max(result-4,1), min(99,result+4))
number1 = random.randint(max(n-5,0),n) + 1
number2 = random.randint(max(n-5,0),n)
@@ -399,7 +399,7 @@ class Game2(usmpgames.ApplicationState):
score=returnScore()
if score> maxScore:
maxScore = score # Puts new score
- print ('bunnyEatsCarrot(after): MaxScore'+str(maxScore)+' score: '+str(maxScore))
+ #print ('bunnyEatsCarrot(after): MaxScore'+str(maxScore)+' score: '+str(maxScore))
else:
surface.blit(sad, rectBunny)
#surface.blit(sad, rectBunny)