*Remove logging

This commit is contained in:
Derrick Hammer 2023-03-29 05:31:17 -04:00
parent a12fd44e2b
commit d14d8006ae
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -231,8 +231,6 @@ export default class Client {
);
}
console.log(`setting block ${slot} to cache`);
this._blockCache.set(slot as any, res);
this._blockHashCache.set(slot as any, expectedBlockRoot);