redux-clerk2 2.0.21 → 2.0.22
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.
|
@@ -111,7 +111,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
111
111
|
dispatch(action);
|
|
112
112
|
|
|
113
113
|
if (type === 'success' && actionData.options.normalizeResponse) {
|
|
114
|
-
console.log(
|
|
114
|
+
//console.log(`actionData.options:`, actionData.options)
|
|
115
115
|
// DISPATCH RELATED ACTIONS IF WE HAVE normalizationSettings
|
|
116
116
|
if (responseData) {
|
|
117
117
|
if (actionData.normalizationSettings && Array.isArray(actionData.normalizationSettings)) {
|