From 822172250f299fc81b3b4046e82eded96e2c043b Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 29 Apr 2021 10:01:34 -0400 Subject: [PATCH] Update gpu.py --- opendm/gpu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendm/gpu.py b/opendm/gpu.py index 3335b2e5..ae3bb59d 100644 --- a/opendm/gpu.py +++ b/opendm/gpu.py @@ -11,7 +11,6 @@ def has_gpus(): try: import pyopencl except: - log.ODM_INFO("Not using the GPU") return False try: