Skip to content

Commit

Permalink
finalize Redux DevTools Integration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAst committed Mar 29, 2018
1 parent 02c365d commit 0317d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ and **contains migration instructions**.

Release | What | *When*
---------|-------------------------------------------------|------------------
[v0.1.2] | Auto Redux DevTools Integration | *March ??, 2018*
[v0.1.2] | Auto Redux DevTools Integration | *March 29, 2018*
[v0.1.1] | react-native android patch | *March 7, 2018*
[v0.1.0] | Initial Release | *March 6, 2018*

[v0.1.2]: #v012---auto-redux-devtools-integration-march-??-2018
[v0.1.2]: #v012---auto-redux-devtools-integration-march-29-2018
[v0.1.1]: #v011---react-native-android-patch-march-7-2018
[v0.1.0]: #v010---initial-release-march-6-2018

Expand Down Expand Up @@ -49,7 +49,7 @@ UNRELEASED *********************************************************************

<!-- *** RELEASE *************************************************************** -->

## v0.1.2 - Auto Redux DevTools Integration *(March ??, 2018)*
## v0.1.2 - Auto Redux DevTools Integration *(March 29, 2018)*

[GitHub Content](https://github.com/KevinAst/feature-redux/tree/v0.1.2)
&bull;
Expand Down
3 changes: 0 additions & 3 deletions src/reducerAspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ function reduxDevToolHook$() {
if (extension) {
logf.force('createReduxStore$() hooking into Redux DevTools (installed in your browser)');
}
else {
console.log(`?? TEMPORARY LOG: **NO** Redux DevTools found`);
}
return {enhancer$, compose$};
}

Expand Down

0 comments on commit 0317d69

Please sign in to comment.