diff --git a/lib/classes/ObjectStoreLite.ts b/lib/classes/ObjectStoreLite.ts index 34c3b5a..dcb6bf4 100644 --- a/lib/classes/ObjectStoreLite.ts +++ b/lib/classes/ObjectStoreLite.ts @@ -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)); } } }