Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
remove excessive log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lugo committed Nov 6, 2020
1 parent cc0c1a0 commit c355467
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/store/sagas/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function* users() {
const allPublicKeys = Selectors.getAllPublicKeys(state)

if (isReady) {
Logger.log(`Will asign user sockets to all known public keys if needed`)
assignSocketsToPublicKeysIfNeeded(allPublicKeys)
}

Expand Down Expand Up @@ -53,7 +52,6 @@ const assignSocketsToPublicKeysIfNeeded = (publicKeys: string[]) => {
const binarySocketName = 'binary' + publicKey

if (sockets[normalSocketName] && sockets[binarySocketName]) {
Logger.log(`Socket for public key already exists, skipping: ${publicKey}`)
continue
}

Expand Down

0 comments on commit c355467

Please sign in to comment.