rt-auto-remind: Remove stray debug logging.
Left over during development.
This commit is contained in:
		
							parent
							
								
									bf088c5f15
								
							
						
					
					
						commit
						e55397d0f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -134,7 +134,7 @@ def main(arglist=None, stdout=sys.stdout, stderr=sys.stderr):
 | 
				
			||||||
        end=date_range_end.strftime(DATETIME_FMT),
 | 
					        end=date_range_end.strftime(DATETIME_FMT),
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    send_cmd = [
 | 
					    send_cmd = [
 | 
				
			||||||
        'rt-bulk-send', '--{}'.format(args.action), '--loglevel=debug',
 | 
					        'rt-bulk-send', '--{}'.format(args.action),
 | 
				
			||||||
        search, str(args.body_file), *args.rt_args,
 | 
					        search, str(args.body_file), *args.rt_args,
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
    if args.dry_run:
 | 
					    if args.dry_run:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue