Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Etzel committed Feb 26, 2012
1 parent 25f0155 commit 3e94e39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bankersbox.js
Expand Up @@ -562,9 +562,6 @@
return null;
}
var members = this.smembers(k);
if (members.length === 0) {
return null;
}
var i = Math.floor(Math.random() * members.length);
var ret = members[i];
return ret;
Expand Down

0 comments on commit 3e94e39

Please sign in to comment.