main: Clean noop line.

I guess this was a remnant when I was trying to implement date filtering
before I decided to do it with hooks.
This commit is contained in:
Brett Smith 2017-12-19 10:20:35 -05:00
parent 18eebbc0ed
commit 0f945c28df

View file

@ -46,7 +46,6 @@ class FileImporter:
else:
out_file = exit_stack.enter_context(output_path.open('a'))
for importer, template in importers:
default_date = self.config.get_default_date()
in_file.seek(0)
for entry_data in importer(in_file):
for hook in self.hooks: