@messaia/cdk 21.1.0-rc.30 → 21.1.0-rc.32

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.
@@ -15012,7 +15012,6 @@ class GenericService {
15012
15012
  if (typedParams['projection'] == null || typedParams['projection'] === '') {
15013
15013
  return params;
15014
15014
  }
15015
- console.log('parseProjectionString(typedParams[\'projection\'])', parseProjectionString(typedParams['projection']));
15016
15015
  /* Normalize the 'projection' property and return a new object with the updated projection */
15017
15016
  return {
15018
15017
  ...typedParams,