You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2020/04/16 07:47:07 UTC

svn commit: r1876588 - /incubator/public/trunk/report_email.py

Author: jmclean
Date: Thu Apr 16 07:47:07 2020
New Revision: 1876588

URL: http://svn.apache.org/viewvc?rev=1876588&view=rev
Log:
Remove debug print lines

Modified:
    incubator/public/trunk/report_email.py

Modified: incubator/public/trunk/report_email.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/report_email.py?rev=1876588&r1=1876587&r2=1876588&view=diff
==============================================================================
--- incubator/public/trunk/report_email.py (original)
+++ incubator/public/trunk/report_email.py Thu Apr 16 07:47:07 2020
@@ -92,8 +92,6 @@ msg['Date'] = email.utils.formatdate()
 msg['To'] = emailTo
 msg['Message-ID'] = msgId
 s.sendmail(me, [emailTo], msg.as_string())
-print msg['Subject']
-print msg.as_string()
 print(' sent ',msgId,' to ',mailTo,' via ',me)
 s.quit()
 



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org