chore: cleanup
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
@@ -76,7 +76,6 @@ export function startRequestSync(): Subscription {
|
||||
)
|
||||
.subscribe(() => {
|
||||
// NOTE: This subscription should be kept
|
||||
console.log("synced request")
|
||||
})
|
||||
|
||||
return sub
|
||||
|
||||
Reference in New Issue
Block a user