@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/cjs/index.js CHANGED
@@ -306,7 +306,6 @@ class EntitySerializer {
306
306
  columnName,
307
307
  parser: column.parser,
308
308
  });
309
- console.log("parsed", parsedColumn);
310
309
  entity[column.selector] = column.array
311
310
  ? splitArrayColumn(parsedColumn, column.arraySeparator)
312
311
  .map((x) => applyModifiers(x, column.modifiers))