delete console logs

This commit is contained in:
Hepatica
2024-03-03 15:20:19 +01:00
parent 0951c9ef71
commit bbb6618166
4 changed files with 0 additions and 21 deletions

View File

@@ -94,7 +94,6 @@ export default {
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
.then((response) => {
this.balance = response.currentMoney;
console.log(response);
})
.catch((error) => {
// Обработка ошибки