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. }