@zeniai/client-epic-state 4.19.24-betaAR16 → 4.19.24-betaAR18

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.
@@ -136,7 +136,6 @@ exports.default = transaction.reducer;
136
136
  function doUpdateTransaction(draft, id, payload, updateType) {
137
137
  const transaction = (0, toSupportedTransaction_1.default)(payload);
138
138
  const existingTransaction = draft[id];
139
- console.log("CES: doUpdateTransaction", id, payload, updateType, existingTransaction);
140
139
  if (existingTransaction != null && updateType === 'merge') {
141
140
  (0, assignWith_1.default)(draft[id], transaction, (objValue, srcValue, key) => {
142
141
  if (key === 'lines' && objValue != null && srcValue != null) {