Remove unneccasaty comments
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
bf9b0ec8d0
commit
5db9d8e52a
6
app.js
6
app.js
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user