summaryrefslogtreecommitdiff
path: root/crop_frames.py
diff options
context:
space:
mode:
Diffstat (limited to 'crop_frames.py')
-rw-r--r--crop_frames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crop_frames.py b/crop_frames.py
index 4e83fd4..ee879a3 100644
--- a/crop_frames.py
+++ b/crop_frames.py
@@ -70,7 +70,7 @@ def merge_dir():
heights = []
for crop_dir in crop_dirs:
x, y, w, h = split_crop_dir(crop_dir)
- print("{} {} {} {}".format(x, y, w, h))
+ # print("{} {} {} {}".format(x, y, w, h))
if x not in widths:
overlap = args.overlap
if x == 0: