From 22a4830bb09cbecf6c2e8e52601a4e821bddbe8e Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 17 Oct 2022 10:59:43 +0300 Subject: Imroved README.md, modified server to update on start Also minor changes to setup.sh and update.js. In update.js the updation function was changed to take a database connection (as in database.js) instead of a string with the credentials to the DB. --- food.js | 1 - 1 file changed, 1 deletion(-) (limited to 'food.js') diff --git a/food.js b/food.js index a9b5ad4..4b9ef74 100644 --- a/food.js +++ b/food.js @@ -48,7 +48,6 @@ async function buildFoods(DB) } } await Promise.all(foodInitOperations); - console.log("Foods built"); } function getFoodLink(week) -- cgit v1.2.3