Skip to content

Commit a70b96d

Browse files
committed
removed debug print
1 parent b39a0c2 commit a70b96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gimpopenvino/tools/complete_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setup_python_weights(install_location=None):
3737
for i in supported_devices:
3838
if "Intel" not in ie.get_property(i, "FULL_DEVICE_NAME"):
3939
supported_devices.remove(i)
40-
print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ DELETE THIS AFTER VALIDATION",supported_devices)
40+
4141

4242
py_dict = {
4343
"python_path" : python_path,

0 commit comments

Comments
 (0)