From bf2d3f661e1d087d0b9f667a8c161c577a83d4f3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 22 Aug 2018 00:35:03 +0200 Subject: [PATCH] fix(remove obsolete console logs): update --- ts/smartcache.classes.smartcache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartcache.classes.smartcache.ts b/ts/smartcache.classes.smartcache.ts index c760c94..50d6c04 100644 --- a/ts/smartcache.classes.smartcache.ts +++ b/ts/smartcache.classes.smartcache.ts @@ -8,7 +8,7 @@ export class SmartCache { let callStack: string = new plugins.smarterror.SmartError('').cleanFullStack; let callHash = plugins.nodehash.sha256FromStringSync(callStack); - console.log(callHash); + // console.log(callHash); if ( this._cacheManager.cacheExists(callHash) && (await this._cacheManager.waitForCacheReady(callHash)) &&