Commit 67b50ad5 authored by Tristan Gingold's avatar Tristan Gingold

Remove leftover trace

parent 15c57029
......@@ -131,7 +131,6 @@ class Action(object):
"""Initialize the parseable and privative fileset contents"""
all_files = self._build_complete_file_set()
for file_aux in all_files:
print(file_aux)
if self.tool:
if any(isinstance(file_aux, file_type)
for file_type in self.tool.get_parseable_files()):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment