From c660cad181e16572460f7faf0e9109d6df8dce4a Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 30 Oct 2024 20:39:10 +0000
Subject: [PATCH] Optical Controller component fixes

---
 src/opticalcontroller/variables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/opticalcontroller/variables.py b/src/opticalcontroller/variables.py
index 83d073e92..a06120a70 100644
--- a/src/opticalcontroller/variables.py
+++ b/src/opticalcontroller/variables.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-debug = 1
+debug = 0
 
 Fl = 184800
 Fc = 192000
-- 
GitLab