From b7cf23cc4d322e6b85490d5a7b1c460886a7695b Mon Sep 17 00:00:00 2001 From: Karl Date: Fri, 6 Mar 2020 16:06:04 +0000 Subject: [PATCH] hide log --- routes/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/record.js b/routes/record.js index 170eae7..62bd409 100644 --- a/routes/record.js +++ b/routes/record.js @@ -31,7 +31,7 @@ async function buildPage() { if (pExists === true) { let isMounted = await genericFunctions.mount(req.body.path, userDetails.path) - console.log(isMounted) + // console.log(isMounted) if (isMounted === true) { try { fs.writeFileSync(`${userDetails.path}/diskplayer.contents`, sid)