diff options
author | joel <joel.h.kronqvist@gmail.com> | 2021-12-25 19:24:51 +0200 |
---|---|---|
committer | joel <joel.h.kronqvist@gmail.com> | 2021-12-25 19:24:51 +0200 |
commit | cd36848829db0b5228f9532a10bb15577eb7cff9 (patch) | |
tree | 1eb048e60ad6c45d78ad61d84367d8c255cdce8e /server.js | |
parent | e5bd4fe003b5e8478da3f8a44d95acfcfb1267ac (diff) | |
download | LYLLRuoka-cd36848829db0b5228f9532a10bb15577eb7cff9.tar.gz LYLLRuoka-cd36848829db0b5228f9532a10bb15577eb7cff9.zip |
Server updating finished
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ async function buildMain(args) { const path = args["path"]; const query = args["query"]; - console.log(query); const foods = args["foods"]; let index; if (typeof query.index === "string") |