mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
remove console.log
This commit is contained in:
@@ -1564,10 +1564,6 @@ export const useFavoriteStore = defineStore('Favorite', () => {
|
|||||||
refreshFavorites();
|
refreshFavorites();
|
||||||
getLocalWorldFavorites();
|
getLocalWorldFavorites();
|
||||||
getLocalAvatarFavorites();
|
getLocalAvatarFavorites();
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
console.log(cachedFavorites);
|
|
||||||
}, 2000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user