deleted console.log from SaperAPI

This commit is contained in:
Kostya
2024-01-21 20:56:43 +03:00
parent 01646ef756
commit 2964a58175

View File

@@ -83,7 +83,6 @@ export async function ClickCirclePlay(InfoUser, ClickedCell) {
console.log('Fetch error:', response.status)
}
console.log(response.json())
return await response.json()
}
catch (error) {