diff --git a/exif_rad.py b/exif_rad.py index e9c068f..ee0820e 100755 --- a/exif_rad.py +++ b/exif_rad.py @@ -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: