From 1f2a438b75b84d813459b6f5bf42f29e3b08870a Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Fri, 3 Apr 2020 21:22:09 +0200 Subject: [PATCH] remove spurious print --- process.py | 1 - 1 file changed, 1 deletion(-) diff --git a/process.py b/process.py index dcf2309..7d36fa7 100644 --- a/process.py +++ b/process.py @@ -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()