From d3f9a60c2572e2abe739f94cd802555c59cd5955 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Thu, 15 Oct 2015 12:37:35 -0300 Subject: issue #484 - Removed the print commited by mistake --- service/pixelated/application.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'service/pixelated/application.py') 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: -- cgit v1.2.3