From a9b79770ca10f985e66c97a2ca4dc97a3447ac0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Sun, 8 Jan 2023 22:41:53 +0100 Subject: [PATCH] test --- WEB/Client/Queing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB/Client/Queing.php b/WEB/Client/Queing.php index bde454cf..3e80911d 100644 --- a/WEB/Client/Queing.php +++ b/WEB/Client/Queing.php @@ -1,6 +1,6 @@ m_inputs = $inputs; - $this->m_outputs = new Threaded(); // we will store the results in here. + // $this->m_outputs = new Threaded(); // we will store the results in here. }