Skip to content

Commit 31adb02

Browse files
Remove console.log
1 parent 1ba2894 commit 31adb02

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/feathers-automerge/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export async function findDocument(repo: Repo, id: AnyDocumentId): Promise<Augme
5656
if ("subscribe" in progress) {
5757
const handle = await new Promise<AugmentedDocHandle>((resolve, reject) => {
5858
const unsubscribe = progress.subscribe(state => {
59-
console.log(`state is ${state.handle.state}`)
6059
if (state.handle.state === 'ready') {
6160
unsubscribe()
6261
resolve({ handle: state.handle, wasKnown })

0 commit comments

Comments
 (0)