From eb4891de9717be4c026006aa916f7c120091a645 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 5 Jun 2024 14:47:32 +0200 Subject: [PATCH] Testingooo --- manifests/deployment.yml | 2 +- src/Core.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/deployment.yml b/manifests/deployment.yml index b341478..4319656 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -15,6 +15,6 @@ spec: spec: containers: - name: playground - image: florian2395/jsrassik:black + image: florian2395/jsrassik:debug ports: - containerPort: 80 diff --git a/src/Core.js b/src/Core.js index 75f7935..96fe819 100644 --- a/src/Core.js +++ b/src/Core.js @@ -56,7 +56,7 @@ export default class Core { this.restartRequested = false; // Gestion du debug. - this.debugLevel = 2; + this.debugLevel = 0; // Ajout de l'obtion Debug. this.debug = new Debug(this);