@punks/backend-entity-manager 0.0.439 → 0.0.440

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
@@ -291,7 +291,6 @@ class EntitySerializer {
291
291
  columnName,
292
292
  parser: column.parser,
293
293
  });
294
- console.log("parsed", parsedColumn);
295
294
  entity[column.selector] = column.array
296
295
  ? splitArrayColumn(parsedColumn, column.arraySeparator)
297
296
  .map((x) => applyModifiers(x, column.modifiers))