console log cleanup

This commit is contained in:
2023-02-03 17:00:03 +00:00
parent cdc687959b
commit b8de41e592
6 changed files with 93 additions and 33 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default async function ApiProxy(req, res) {
azureHeadersPaged(token.access_token)
)
.then(({ data }) => {
console.log(data);
//console.log(data);
res.status(200).json(data);
})
.catch((err) => {