We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c60086 commit a2b399cCopy full SHA for a2b399c
aer_plugin/plugin.py
@@ -22,7 +22,6 @@ class Plugin(PluginInterface):
22
23
def __init__(self):
24
current_file_path = os.path.dirname(__file__)
25
- print(current_file_path)
26
backends_relative_path = os.path.join(current_file_path, "backends.txt")
27
28
with open(backends_relative_path, "r", encoding="UTF-8") as file:
0 commit comments