redux-clerk2 2.0.20 → 2.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redux-clerk2",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Redux Clerk handles the async CRUD in your Redux App.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -60,7 +60,7 @@ class BaseAction {
60
60
  dispatch(action);
61
61
 
62
62
  if (type === 'success' && actionData.options.normalizeResponse) {
63
- console.log(`actionData.options:`, actionData.options)
63
+ //console.log(`actionData.options:`, actionData.options)
64
64
  // DISPATCH RELATED ACTIONS IF WE HAVE normalizationSettings
65
65
  if (responseData) {
66
66
  if(actionData.normalizationSettings && Array.isArray(actionData.normalizationSettings)){