fixed timeEnd

This commit is contained in:
cubedro 2015-05-28 13:30:53 +03:00
parent f8f0eda8a8
commit 60984af4c9
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ Node.prototype.getLatestBlock = function ()
Node.prototype.validateLatestBlock = function (error, result, timeString)
{
console.time('==>', timeString);
console.timeEnd('==>', timeString);
if( error )
{