diff --git a/infomentor/informer.py b/infomentor/informer.py
index 5147cb4..0ab1a75 100755
--- a/infomentor/informer.py
+++ b/infomentor/informer.py
@@ -137,7 +137,6 @@ class Informer(object):
for attachment in hw.attachments:
fid, fname = attachment.localpath.split('/')
text += '''
Attachment {0}: https://files.hyttioaoa.de/{1}
'''.format(fname, attachment.localpath)
- parsed_date = dateparser.parse(hw.date)
if len(text) > 900:
url = self._make_site(text)
shorttext = text[:900]