remove debug logging
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user