Skip to content

Commit 488a22e

Browse files
building to remove console
1 parent c25a517 commit 488a22e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { createPersistMachine } from "redux-persist-machine";
1717

1818
Firstly add the return value of `createPersistMiddleware` to your redux middleware. Then after creating your store, run the `createPersistMiddleware().run` method.
1919

20-
2120
```js
2221
// e.g. save and load methods -> available as separate packages below
2322
const saveState = (key, state) => ...

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ function select(state, key) {
208208
* @return {string}
209209
*/
210210
function buildAction(key) {
211-
console.log(`@ReduxPM/Load${_startCase(key).split(" ").join("")}`);
212211
return `@ReduxPM/Load${_startCase(key).split(" ").join("")}`;
213212
// @ReduxPM/LoadSubscriptionOrders
214213
}

0 commit comments

Comments
 (0)