Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Aug 24, 2012
2 parents f7c5405 + 1342de0 commit cfd0beb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions networks/connection.js
Expand Up @@ -26,9 +26,6 @@ function Connection(uri, networkName) {
return conn return conn


function identify(user) { function identify(user) {
if (!user) {
user = uuid()
}
conn.selfId = user.toString() conn.selfId = user.toString()
} }
} }

0 comments on commit cfd0beb

Please sign in to comment.