Skip to content

Commit a2b399c

Browse files
committed
removed forgotten print
1 parent 8c60086 commit a2b399c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aer_plugin/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Plugin(PluginInterface):
2222

2323
def __init__(self):
2424
current_file_path = os.path.dirname(__file__)
25-
print(current_file_path)
2625
backends_relative_path = os.path.join(current_file_path, "backends.txt")
2726

2827
with open(backends_relative_path, "r", encoding="UTF-8") as file:

0 commit comments

Comments
 (0)