diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-15 12:37:35 -0300 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-15 12:37:35 -0300 |
commit | d3f9a60c2572e2abe739f94cd802555c59cd5955 (patch) | |
tree | 27fd1e10cc092a9498cf16366dd2736818d29af9 /service/pixelated | |
parent | 96ce1b5810ed1a1a9c6072ed2ed57fdb8f44360b (diff) |
issue #484 - Removed the print commited by mistake
Diffstat (limited to 'service/pixelated')
-rw-r--r-- | service/pixelated/application.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/pixelated/application.py b/service/pixelated/application.py index aa48135f..51763fa2 100644 --- a/service/pixelated/application.py +++ b/service/pixelated/application.py @@ -78,8 +78,6 @@ def _ssl_options(sslkey, sslcert): def welcome_mail(leap_session): - print 'CREATE_WELCOME_MAIL e %s' % str(CREATE_WELCOME_MAIL()) - if CREATE_WELCOME_MAIL(): current_path = os.path.dirname(os.path.abspath(__file__)) with open(os.path.join(current_path, 'assets', 'welcome.mail')) as mail_template_file: |