Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Oct 29, 2024
1 parent ea5294c commit 23423a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibo/transpiler/unroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __getitem__(cls, keys):
try:
return super().__getitem__(keys)
except KeyError:
log.info(f"Native gate {keys} is not supported by qibo.")
return super().__getitem__("NONE")
return reduce(or_, [cls[key] for key in keys]) # pylint: disable=E1136

Expand Down

0 comments on commit 23423a9

Please sign in to comment.