chore: cleanup

This commit is contained in:
liyasthomas
2021-08-27 09:37:29 +05:30
parent 46eb7d6786
commit bba4d7fcd9
39 changed files with 104 additions and 110 deletions

View File

@@ -94,8 +94,6 @@ async function toggleStar(entry: any, col: HistoryFBCollections) {
if (currentUser$.value == null)
throw new Error("User not logged in to toggle star")
console.log(entry)
try {
await firebase
.firestore()
@@ -207,7 +205,3 @@ export function initHistory() {
}
})
}
restHistoryStore.dispatches$.subscribe((state) => {
console.log(state)
})

View File

@@ -76,7 +76,6 @@ export function startRequestSync(): Subscription {
)
.subscribe(() => {
// NOTE: This subscription should be kept
console.log("synced request")
})
return sub