Merge pull request #153 from TimurKutsenko/main

Remove print on start of virtual display
This commit is contained in:
daijro 2025-01-22 01:12:49 -06:00 committed by GitHub
commit 3b2d2b02f2
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 Spawn a detatched process
""" """
if self.debug or True: if self.debug:
print('Starting virtual display:', ' '.join(self.xvfb_cmd)) print('Starting virtual display:', ' '.join(self.xvfb_cmd))
self.proc = subprocess.Popen( # nosec self.proc = subprocess.Popen( # nosec
self.xvfb_cmd, self.xvfb_cmd,