concretizer: remove debug statement (#20085)
This commit is contained in:
parent
164fc4ee95
commit
f40492b7d4
@ -1290,7 +1290,6 @@ def target_defaults(self, specs):
|
||||
if not spec.architecture or not spec.architecture.target:
|
||||
continue
|
||||
|
||||
print("TTYPE:", type(platform.target(spec.target.name)))
|
||||
target = archspec.cpu.TARGETS.get(spec.target.name)
|
||||
if not target:
|
||||
raise ValueError("Invalid target: ", spec.target.name)
|
||||
|
Loading…
Reference in New Issue
Block a user