From 5db9d8e52a526a8fcdf0bcdf0ee89784975f0348 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 26 Aug 2023 00:50:19 +0100 Subject: [PATCH] Remove unneccasaty comments Signed-off-by: Fred Boniface --- app.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 999b415..d6c7a0f 100644 --- a/app.js +++ b/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 -// licensed separately, each folder contains a license file where a -// different license applies. +// Please see the included LICENSE file console.log("Initialising OwlBoard"); const mode = process.env.NODE_ENV || "development";