chore: remove debug statement

This commit is contained in:
Settel 2022-08-06 14:52:22 +02:00
parent 123a76702f
commit 608f62a502

View File

@ -12,7 +12,6 @@ export async function fetchUpdate() {
let delay = 0
try {
console.log(`sync[${this.version}]`)
const userInfoStore = useUserinfoStore()
const response = await this.callApi('/api/sync', {
v: this.version + 1,