From 19f04aa1f5a1f0b0674b48a7003302ea4cc6b630 Mon Sep 17 00:00:00 2001 From: Bruno Tikami Date: Sat, 20 Feb 2016 17:49:37 -0200 Subject: [PATCH] CLEANUP: Removing necessary code from feature 2 --- helpdesk/management/commands/get_email.py | 1 - 1 file changed, 1 deletion(-) diff --git a/helpdesk/management/commands/get_email.py b/helpdesk/management/commands/get_email.py index 2a47139e..14faeedd 100644 --- a/helpdesk/management/commands/get_email.py +++ b/helpdesk/management/commands/get_email.py @@ -367,7 +367,6 @@ def object_from_message(message, queue, quiet): msg = message - #import ipdb;ipdb.set_trace() message = email.message_from_string(msg) subject = message.get('subject', _('Created from e-mail'))