Redundant description for ooxml files

pull/21/head
Dan Puttick 2017-07-27 13:12:51 -04:00
parent 37fc204b18
commit 05179a7272
1 changed files with 0 additions and 2 deletions

View File

@ -305,8 +305,6 @@ class File(FileBase):
self.make_dangerous('Ooxml file with embedded objects')
if len(doc.features.embedded_packages) > 0:
self.make_dangerous('Ooxml file with embedded packages')
if not self.is_dangerous:
self.add_description('Ooxml file')
def _libreoffice(self):
"""Process a libreoffice file."""