@punks/backend-entity-manager 0.0.448 → 0.0.449

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/dist/esm/index.js CHANGED
@@ -244,7 +244,6 @@ class EntitySerializer {
244
244
  }
245
245
  async parse(data, format, payload) {
246
246
  const context = await this.getContext();
247
- console.log("/serializer/base/parse", payload);
248
247
  const definition = await this.getDefinition(context, payload);
249
248
  switch (format) {
250
249
  case EntitySerializationFormat.Csv:
@@ -341,7 +340,6 @@ class EntitySerializer {
341
340
  refDate: new Date(),
342
341
  });
343
342
  const context = await this.getContext();
344
- console.log("buildSampleFile", "definition call");
345
343
  const definition = await this.getDefinition(context);
346
344
  switch (format) {
347
345
  case EntitySerializationFormat.Csv:
@@ -408,7 +406,6 @@ class EntitySerializer {
408
406
  refDate: new Date(),
409
407
  });
410
408
  const context = await this.getContext();
411
- console.log("buildExportFile", "definition call");
412
409
  const definition = await this.getDefinition(context);
413
410
  switch (format) {
414
411
  case EntitySerializationFormat.Csv: