Skip to content

Commit 652501a

Browse files
committed
removed debugging lines
1 parent 58d7fe7 commit 652501a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docking/dock_v02.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ def run(self):
640640
if acquired_cpu:
641641
self.vina_sem.release()
642642

643-
print(GPU_TYPE)
644643
print(f"[{threading.current_thread().name}] Docking {ligand_file}")
645644
if GPU_TYPE == "NVIDIA" or GPU_TYPE == "CUDA":
646645
parsed_results = self.parse_adgpu_xml(xml_out, receptor_name, ligand_file)

0 commit comments

Comments
 (0)