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)) &&