I should probably sleep.
This commit is contained in:
parent
c1c66c8f50
commit
08376575ab
@ -133,7 +133,7 @@ exports.convertPingsToGraph = function(sqlData) {
|
||||
// Drop old data.
|
||||
exports.trimOldPings(graphData);
|
||||
|
||||
logger.inf('Converted data structure in ' + (exports.getCurrentTimeMs() - startTime) + 'ms');
|
||||
logger.info('Converted data structure in ' + (exports.getCurrentTimeMs() - startTime) + 'ms');
|
||||
|
||||
return graphData;
|
||||
};
|
Loading…
Reference in New Issue
Block a user