diff --git a/games.py b/games.py index 74ecad7..5b3363c 100644 --- a/games.py +++ b/games.py @@ -209,7 +209,6 @@ class game(object): if self.weather.name == "Crowstorm": randomchance = random.gauss(0,1) - print(randomchance) if randomchance < -1.5 or randomchance > 1.5: outcome["ishit"] = False fc_flag = False