Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf committed Dec 3, 2015
1 parent 48284ad commit 5d45aab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions client/boot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,7 @@ function setUpContext( layout ) {
var parsed = url.parse( location.href, true );

context.layout = layout;
//( function() {
// var Dispatcher = require( 'dispatcher' );
// Dispatcher.register( function( payload ) {
// var action = payload.action;
// console.log( 'Flux -> Redux' );
// reduxStore.dispatch( action );
// } );
//}() );
window.reduxStore = context.reduxStore = reduxStore;
context.reduxStore = reduxStore;

// Break routing and do full page load for logout link in /me
if ( context.pathname === '/wp-login.php' ) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"react-tap-event-plugin": "0.1.6",
"redux": "3.0.4",
"redux-analytics": "0.3.0",
"redux-logger": "2.0.4",
"redux-thunk": "1.0.0",
"rtlcss": "1.6.1",
"sanitize-html": "1.11.1",
Expand Down

0 comments on commit 5d45aab

Please sign in to comment.