- removed console log;

This commit is contained in:
Vitalii Kiiko
2024-10-09 13:06:07 +02:00
parent 000ba655a6
commit 49341734eb
4 changed files with 8 additions and 8 deletions

View File

@@ -334,7 +334,7 @@ export class NetworkService {
})
.then(async response => {
let status = response.status;
console.log('status in fetch:', status)
//console.log('status in fetch:', status)
return { response: await response.json(), status: status }
})
.then(data => {