fix(remove obsolete console logs): update

This commit is contained in:
Philipp Kunz 2018-08-22 00:35:03 +02:00
parent eef3fd7c1f
commit bf2d3f661e

View File

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