From b742088d3e4662df573caebc77a7f7d4e2eb3f06 Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Thu, 11 Nov 2010 05:08:40 +0000 Subject: Disabled debug print --- (limited to 'game2') 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) -- cgit v0.9.1