remove .only

This commit is contained in:
Matias Alejo Garcia 2014-06-17 23:16:15 -03:00
commit a83aa869fd
2 changed files with 4 additions and 7 deletions

View file

@ -160,8 +160,6 @@ WalletFactory.prototype._checkNetwork = function(inNetworkName) {
}
};
WalletFactory.prototype.open = function(walletId, opts) {
opts = opts || {};
opts.id = walletId;