mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
deleted debugger for route
This commit is contained in:
@@ -76,7 +76,6 @@ export default {
|
||||
let currentUserName = GetCookie("SpUserName");
|
||||
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||
.then((response) => {
|
||||
console.log(`route - ${this.$route.name}`)
|
||||
this.balance = response.currentMoney;
|
||||
console.log(response);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user