generate_msg_docs: ommit line with no effect

This commit is contained in:
Matthias Grob 2023-11-24 18:15:57 +01:00
parent eb76b0ce55
commit 6cb610ded2
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ if __name__ == "__main__":
summary_description = msg_description
print('msg_description: Z%sZ' % msg_description)
print('summary_description: Z%sZ' % summary_description)
summary_description
msg_contents = ""
#Get msg contents (read the file)
with open(msg_filename, 'r') as source_file: