concretizer: remove debug statement (#20085)

This commit is contained in:
Harmen Stoppels 2020-11-25 14:09:52 +01:00 committed by GitHub
parent 164fc4ee95
commit f40492b7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)