rt-auto-remind: Remove stray debug logging.

Left over during development.
This commit is contained in:
Brett Smith 2018-05-15 09:06:48 -04:00
parent bf088c5f15
commit e55397d0f6

View file

@ -134,7 +134,7 @@ def main(arglist=None, stdout=sys.stdout, stderr=sys.stderr):
end=date_range_end.strftime(DATETIME_FMT),
)
send_cmd = [
'rt-bulk-send', '--{}'.format(args.action), '--loglevel=debug',
'rt-bulk-send', '--{}'.format(args.action),
search, str(args.body_file), *args.rt_args,
]
if args.dry_run: