From fad4f68efcfb112e7df1c252a4a154b778ae244f Mon Sep 17 00:00:00 2001
From: Laurent Knoll <laurent.knoll@orange.com>
Date: Mon, 19 Sep 2022 07:22:03 +0200
Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20du=20mode=20debug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/lab.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lab.tsx b/src/lab.tsx
index 49c1478..e2f322c 100644
--- a/src/lab.tsx
+++ b/src/lab.tsx
@@ -18,7 +18,7 @@ import {EllipseCoords} from "./data/coords/ellipseCoords";
 /**
  * Debug mode (ou pas)
  */
-export const DEBUG_MODE = true;
+export const DEBUG_MODE = false;
 
 export interface LabData {
     pictureSize : paper.Size,
-- 
GitLab