fix timedata.

This commit is contained in:
Christopher Jeffrey 2016-05-05 17:47:29 -07:00
parent efe04e528a
commit 4af0372ca8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -82,10 +82,10 @@ TimeData.prototype.add = function add(host, time) {
match = true;
break;
}
if (!match) {
this._checked = true;
bcoin.debug('Please make sure your system clock is correct!');
}
}
if (!match) {
this._checked = true;
bcoin.debug('Please make sure your system clock is correct!');
}
}
}