fix: removing unnecessary benchmark

This commit is contained in:
ppedziwiatr
2021-10-15 13:36:33 +02:00
parent ee564aaa13
commit 7466b3b3eb

View File

@@ -48,10 +48,6 @@ export class CacheableStateEvaluator extends DefaultStateEvaluator {
// if there was anything to cache...
if (sortedInteractionsUpToBlock.length > 0) {
// get latest available cache for the requested block height
const benchmark = Benchmark.measure();
this.cLogger.trace('Retrieving value from cache', benchmark.elapsed());
if (cachedState != null) {
this.cLogger.debug(`Cached state for ${executionContext.contractDefinition.txId}`, {
cachedHeight: cachedState.cachedHeight,