@@ -5,9 +5,6 @@ import logging
import time
class Target(Observable):
lastActivation = 0
def __init__(self, points, name):
logging.info("Target " + name + " created")
self._events = defaultdict(list)
The note is not visible to the blocked user.