remove spurious print
This commit is contained in:
parent
e88be83958
commit
1f2a438b75
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user