Skip to content

Commit

Permalink
Testingooo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-A committed Jun 5, 2024
1 parent cc5f1ef commit eb4891d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
spec:
containers:
- name: playground
image: florian2395/jsrassik:black
image: florian2395/jsrassik:debug
ports:
- containerPort: 80
2 changes: 1 addition & 1 deletion src/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eb4891d

Please sign in to comment.