Browse Source

remove print

Guillaume 7 years ago
parent
commit
3e2fd4278e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fcn-report

+ 0 - 1
fcn-report

@@ -115,7 +115,6 @@ def sendReport(listname, tosubscribe, tounsubscribe):
   if 'mail_cc' in confsympa:
   if 'mail_cc' in confsympa:
     msg['Cc'] = confsympa['mail_cc']
     msg['Cc'] = confsympa['mail_cc']
   msg['To'] = "%s-request@%s" % (listname, confsympa['robot'])
   msg['To'] = "%s-request@%s" % (listname, confsympa['robot'])
-  print(msg)
   s.send_message(msg)
   s.send_message(msg)
 
 
 if len(adherents) > 0 and (len(tosubscribe) > 0 or len(tounsubscribe) > 0) :
 if len(adherents) > 0 and (len(tosubscribe) > 0 or len(tounsubscribe) > 0) :