remove spurious print

This commit is contained in:
Piotr Dobrowolski 2020-04-03 21:22:09 +02:00
parent e88be83958
commit 1f2a438b75

View File

@ -88,7 +88,6 @@ def run(path):
if spot['lastseen'] <= framenum - framerate and turnedon:
d = dist(spots[0]['pos'], spot['pos'])
l = spot['lifetime'] / framerate
print(l, d)
if d < 30 and d > 5 and l > 1.0 and l < 8.0:
logging.info('PRYJEBAŁ :___DDD %.2f' % (l,))
cut_count.inc()