Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Sep 2, 2022
1 parent 5ddbdf4 commit 864b190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/helpers/rest-calls/index.ts
Expand Up @@ -118,7 +118,6 @@ export const useMasaQuery = (
})
.then(async (res) => {
//@ts-ignore
console.log("LAS RESPONSE", await res.body());
if (!res.ok) {
console.log('NOT OK');
}
Expand Down

0 comments on commit 864b190

Please sign in to comment.