Omit console spam

This commit is contained in:
Casper Warden
2023-11-09 18:20:39 +00:00
parent e538ef936d
commit 406b3adce5

View File

@@ -97,7 +97,8 @@ export class ObjectStoreLite implements IObjectStore
return;
}
console.log(JSON.stringify(result, null, 4));
// TODO: figure out what to do with this..
// console.log(JSON.stringify(result, null, 4));
}
}
}