summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-09 20:33:35 -0400
committerLex Neva <github.com@lexneva.name>2018-04-09 20:33:35 -0400
commitb6866a6a339b57ba98e4d99dd568ff09a6de6a0c (patch)
treeea39f6f5d7ba1e73ff51e2fb9a65793e1dc2505d
parent287275c1eb3c4af5b92b46f1f647d77527a7298a (diff)
remove debug print
-rw-r--r--inkstitch/stitch_plan/stitch_plan.py2
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