Remove print on start of virtual display

This commit is contained in:
TimurKutsenko 2025-01-05 10:23:55 +02:00 committed by GitHub
parent f679be90aa
commit a44986e1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ class VirtualDisplay:
"""
Spawn a detatched process
"""
if self.debug or True:
if self.debug:
print('Starting virtual display:', ' '.join(self.xvfb_cmd))
self.proc = subprocess.Popen( # nosec
self.xvfb_cmd,