remove debug logging
This commit is contained in:
@@ -5,7 +5,6 @@ from Target import Target
|
|||||||
# points. Scores 10,000 points when not lit.
|
# points. Scores 10,000 points when not lit.
|
||||||
class FixedSpecialRedTarget(Target):
|
class FixedSpecialRedTarget(Target):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
logging.info("test")
|
|
||||||
super().__init__(10000, "Special Red")
|
super().__init__(10000, "Special Red")
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user