From 7b6bcfc5cc82bd19023341ccf8ef198c2df3be73 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 12 Apr 2023 21:29:16 -0400 Subject: [PATCH] Fixed the problem with the calendar, and font sizes in the header and the body. --- api/problems.js | 1 - client/Header.svelte | 6 ++---- client/components/Calendar.svelte | 3 +-- client/pages/Problems.svelte | 3 +-- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/api/problems.js b/api/problems.js index 2fb21f3..e7e9183 100644 --- a/api/problems.js +++ b/api/problems.js @@ -54,7 +54,6 @@ export const get = async (req, res) => { const api = new API(req, res); try { - log.debug(reply_data); api.reply(200, reply_data); } catch (error) { log.error(error); diff --git a/client/Header.svelte b/client/Header.svelte index 9ae50f4..1c2b935 100644 --- a/client/Header.svelte +++ b/client/Header.svelte @@ -49,9 +49,8 @@