remove debug logging

This commit is contained in:
Jonas Zeunert
2020-04-30 21:07:29 +02:00
parent bb55a88203
commit 9792ef5b96

View File

@@ -5,7 +5,6 @@ from Target import Target
# points. Scores 10,000 points when not lit.
class FixedSpecialRedTarget(Target):
def __init__(self):
logging.info("test")
super().__init__(10000, "Special Red")
def hit(self):