@fireproof/core 0.5.13 → 0.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/valet.js CHANGED
@@ -39,11 +39,11 @@ export class Valet {
39
39
  this.name = name
40
40
  this.setKeyMaterial(keyMaterial)
41
41
  this.uploadQueue = cargoQueue(async (tasks, callback) => {
42
- console.log(
43
- 'queue worker',
44
- tasks.length,
45
- tasks.reduce((acc, t) => acc + t.value.length, 0)
46
- )
42
+ // console.log(
43
+ // 'queue worker',
44
+ // tasks.length,
45
+ // tasks.reduce((acc, t) => acc + t.value.length, 0)
46
+ // )
47
47
  if (this.uploadFunction) {
48
48
  // todo we can coalesce these into a single car file
49
49
  return await this.withDB(async db => {