mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
chore: remove fsbackend console logs
This commit is contained in:
parent
4d54b97705
commit
f4bbbbf334
1 changed files with 0 additions and 3 deletions
|
|
@ -145,8 +145,6 @@ export class FsObjectBackend extends ObjectBackend {
|
|||
obj.pipe(hash);
|
||||
await objEnd;
|
||||
|
||||
console.log("object hash: ", hashResult);
|
||||
|
||||
// if hash isn't a string somehow, mark as unknown hash
|
||||
if (typeof hashResult !== "string") {
|
||||
return undefined;
|
||||
|
|
@ -167,7 +165,6 @@ class FsHashStore {
|
|||
async get(id: ObjectReference) {
|
||||
const cacheRes = await this.cache.get(id);
|
||||
if (cacheRes !== null) {
|
||||
console.log("object cache hit");
|
||||
return cacheRes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue