Removed debug output.

This commit is contained in:
Marcus Scholz 2020-03-07 19:12:00 +01:00
parent 940da3a772
commit aef69f81a1
1 changed files with 0 additions and 2 deletions

View File

@ -62,9 +62,7 @@ for srcphoto in args.photos:
else:
# be os aware and use the correct directory delimiter for destfile
dstphoto = os.path.join(args.outdir, photo_basename)
print('dry-run:', args.dry)
if args.dry == 'True':
print('Copying file!')
shutil.copy(srcphoto, dstphoto)
photo = dstphoto
else: