Remove log which could apply to other caess

This commit is contained in:
Nick Mowen 2023-02-06 15:50:09 -07:00
parent 0ad6f68f1f
commit f415b42cf9

View File

@ -41,7 +41,7 @@ def get_gpu_device() -> str:
GPU_DEVICE_PARAM = f"/dev/dri/{device}" GPU_DEVICE_PARAM = f"/dev/dri/{device}"
return GPU_DEVICE_PARAM return GPU_DEVICE_PARAM
logger.error("Hardware acceleration was requested but no suitable GPU was found.") return ""
_user_agent_args = [ _user_agent_args = [