mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 10:12:06 -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
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue