Remove autohouse log file creation.

This commit is contained in:
Patrick Fic
2022-03-09 08:41:36 -08:00
parent bc9a3a21a8
commit 1bc5493f3f

View File

@@ -124,12 +124,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) =>