summaryrefslogtreecommitdiff
path: root/crop_frames.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-18 21:24:45 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-18 21:24:45 +0100
commite99f88b04c7513d8a8eb5d0967135198a797c468 (patch)
tree1cb322d76329750f5bc467e0c5582176c3e6ec91 /crop_frames.py
parent5858cd95450b80f9a7c59b2c3098f1b6e7453ba7 (diff)
comment
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: