Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
13e38533
Commit
13e38533
authored
Jun 20, 2019
by
Zachary Parks
Browse files
removing a print statement
Signed-off-by:
Zachary Parks
<
1zp@ornl.gov
>
parent
432a7d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/benchmark/manage.py
View file @
13e38533
...
...
@@ -41,7 +41,6 @@ def install_package(install_name):
if
install_name
in
v
:
requirement
=
REQUIREMENTS
[
k
][
'module'
]
mdir
=
k
print
(
requirement
)
importlib
.
import_module
(
requirement
)
except
KeyError
as
ex
:
xacc
.
info
(
"There is no '{}' XACC Python plugin package available."
.
format
(
install_name
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment