diff --git a/modules/steps.py b/modules/steps.py
index b95472d..9d22a1a 100644
--- a/modules/steps.py
+++ b/modules/steps.py
@@ -102,8 +102,6 @@ def _append_changelog_to_commit_msg(group, opts):
         if 'changelog_text' not in p:
             continue
         text = p['changelog_text'].strip()
-        if text.startswith('Changelog for '):
-            text = text[text.index('\n') + 1:].strip()
         if len(text) > max_len:
             text = (text[:max_len] + "\n\n[Changelog truncated as it exceeds {} characters; \n"
                     "the full changelog can be found in an attachment to the AUH email]".format(max_len))
