Skip to content
Snippets Groups Projects
Commit 50f9ea8d authored by Tomasz Bold's avatar Tomasz Bold
Browse files

reduced debug output from the dedeuplication

parent 9461bbd2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ class DeduplicationFailed(RuntimeError):
def deduplicate(newComp,compList):
#Check for duplicates:
_msg.debug("Deduplicating %s", newComp.getJobOptName())
for idx,comp in enumerate(compList):
if comp.getType()==newComp.getType() and comp.getFullName()==newComp.getFullName():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment