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()