From d6a84b8b7f569bfa792be81e9bb41cab8226c883 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 24 Jan 2022 10:53:41 -0800 Subject: [PATCH] Remove autohouse testing. --- server/data/autohouse.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/data/autohouse.js b/server/data/autohouse.js index d4def25b8..78b5be34e 100644 --- a/server/data/autohouse.js +++ b/server/data/autohouse.js @@ -118,12 +118,12 @@ exports.default = async (req, res) => { } } - for (const xmlObj of allxmlsToUpload) { - fs.writeFileSync(`./logs/${xmlObj.filename}`, xmlObj.xml); - } + // for (const xmlObj of allxmlsToUpload) { + // fs.writeFileSync(`./logs/${xmlObj.filename}`, xmlObj.xml); + // } - res.json(allxmlsToUpload); - return; + // res.json(allxmlsToUpload); + // return; let sftp = new Client(); sftp.on("error", (errors) =>