rm unused var
This commit is contained in:
parent
873fee2fb3
commit
530b4407e8
@ -107,7 +107,7 @@ Address.prototype.setCache = function() {
|
|||||||
if (size > MAX_CACHE_KEYS) {
|
if (size > MAX_CACHE_KEYS) {
|
||||||
console.log('%%%%%%%% deleting ~ 20% of the entries...');
|
console.log('%%%%%%%% deleting ~ 20% of the entries...');
|
||||||
|
|
||||||
var skip = _.random(4), i=0;
|
var skip = _.random(4);
|
||||||
|
|
||||||
for (var prop in deadCache)
|
for (var prop in deadCache)
|
||||||
if ( !( skip++ % 5 ) )
|
if ( !( skip++ % 5 ) )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user