mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
Remove print on start of virtual display
This commit is contained in:
parent
f679be90aa
commit
a44986e1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue