Update app.js

master
naden 2024-02-23 17:22:40 +01:00 committed by GitHub
parent e92165d357
commit 972b059470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Regatta Timer * Regatta Timer
* *
*/ */
const DEBUG = true; const DEBUG = false;
const Layout = require("Layout"); const Layout = require("Layout");
const locale = require("locale").name.substring(0, 2); const locale = require("locale").name.substring(0, 2);