From a44986e1a0c2a36be7fd1ab9403483b02c8621ec Mon Sep 17 00:00:00 2001 From: TimurKutsenko Date: Sun, 5 Jan 2025 10:23:55 +0200 Subject: [PATCH] Remove print on start of virtual display --- pythonlib/camoufox/virtdisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/camoufox/virtdisplay.py b/pythonlib/camoufox/virtdisplay.py index 0fb03fc..4321835 100644 --- a/pythonlib/camoufox/virtdisplay.py +++ b/pythonlib/camoufox/virtdisplay.py @@ -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,