Skip to content

Commit

Permalink
chore: remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Jun 13, 2024
1 parent bacbccd commit 84c5f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/composables/surreal-ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export function useSurrealWS(
const _newData = destr<RpcResponseWS<any> | null>(newData)
if (_newData && _newData.id === useId) {
isReady.db = true
console.log(typeof _data.value, _data.value)
}
else if (_newData && _newData.id === authId) {
isReady.auth = true
Expand Down

0 comments on commit 84c5f7e

Please sign in to comment.