diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-09 20:33:35 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-09 20:33:35 -0400 |
| commit | b6866a6a339b57ba98e4d99dd568ff09a6de6a0c (patch) | |
| tree | ea39f6f5d7ba1e73ff51e2fb9a65793e1dc2505d | |
| parent | 287275c1eb3c4af5b92b46f1f647d77527a7298a (diff) | |
remove debug print
| -rw-r--r-- | inkstitch/stitch_plan/stitch_plan.py | 2 |
1 files changed, 0 insertions, 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 |
