remove unused var

This commit is contained in:
Ivan Socolsky 2016-06-27 14:32:04 -03:00
parent 27b69feb81
commit 37172dfdc5
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 0 additions and 1 deletions

View File

@ -2012,7 +2012,6 @@ describe('Wallet service', function() {
helpers.createAndJoinWallet(1, 1, function(s, w) {
server = s;
wallet = w;
WalletService._feeLevelCache = {};
done();
});
});