From b6866a6a339b57ba98e4d99dd568ff09a6de6a0c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 9 Apr 2018 20:33:35 -0400 Subject: remove debug print --- inkstitch/stitch_plan/stitch_plan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/inkstitch/stitch_plan/stitch_plan.py b/inkstitch/stitch_plan/stitch_plan.py index 0e638f16..a7f39f70 100644 --- a/inkstitch/stitch_plan/stitch_plan.py +++ b/inkstitch/stitch_plan/stitch_plan.py @@ -104,8 +104,6 @@ class StitchPlan(object): maxx = max(bb[2] for bb in color_block_bounding_boxes) maxy = max(bb[3] for bb in color_block_bounding_boxes) - import sys; print >> sys.stderr, color_block_bounding_boxes, minx, miny, maxx, maxy - return (maxx - minx, maxy - miny) @property -- cgit v1.2.3