Purge detected debug stuff in list-files

parent 2a7c24eb
......@@ -127,12 +127,6 @@ class ActionCore(Action):
for mod_aux in unfetched_modules:
logging.warning(
"List incomplete, module %s has not been fetched!", mod_aux)
print("88888888888888888888888888888888888888")
for module in self:
print(module.manifest_dict.get("action"))
print(module.manifest_dict.get("syn_top"))
print(module.manifest_dict.get("sim_top"))
print("88888888888888888888888888888888888888")
file_set = self.build_file_set(top_entity=self.env.options.top)
file_list = dep_solver.make_dependency_sorted_list(file_set)
files_str = [file_aux.path for file_aux in file_list]
......
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