Remove unneccasaty comments

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-08-26 00:50:19 +01:00
parent bf9b0ec8d0
commit 5db9d8e52a
1 changed files with 2 additions and 4 deletions

6
app.js
View File

@ -1,8 +1,6 @@
// OwlBoard - © Fred Boniface 2022 - Licensed under GPLv3 (or later) // OwlBoard - © Fred Boniface 2022-2023 - Licensed under GPLv3 (or later)
// Please see the included LICENSE file. Statically served fonts are // Please see the included LICENSE file
// licensed separately, each folder contains a license file where a
// different license applies.
console.log("Initialising OwlBoard"); console.log("Initialising OwlBoard");
const mode = process.env.NODE_ENV || "development"; const mode = process.env.NODE_ENV || "development";