Skip to content
Snippets Groups Projects
Commit fad4f68e authored by Laurent Knoll's avatar Laurent Knoll
Browse files

Désactivation du mode debug

parent a2a683ea
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment