fix(remove obsolete console logs): update
This commit is contained in:
parent
eef3fd7c1f
commit
bf2d3f661e
@ -8,7 +8,7 @@ export class SmartCache {
|
|||||||
let callStack: string = new plugins.smarterror.SmartError('').cleanFullStack;
|
let callStack: string = new plugins.smarterror.SmartError('').cleanFullStack;
|
||||||
let callHash = plugins.nodehash.sha256FromStringSync(callStack);
|
let callHash = plugins.nodehash.sha256FromStringSync(callStack);
|
||||||
|
|
||||||
console.log(callHash);
|
// console.log(callHash);
|
||||||
if (
|
if (
|
||||||
this._cacheManager.cacheExists(callHash) &&
|
this._cacheManager.cacheExists(callHash) &&
|
||||||
(await this._cacheManager.waitForCacheReady(callHash)) &&
|
(await this._cacheManager.waitForCacheReady(callHash)) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user