Skip to content

Commit

Permalink
Export: Remove redundant serialize/deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwest committed Feb 8, 2016
1 parent 55e44c0 commit ed2c9ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/state/site-settings/exporter/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export function advancedSettings( state = {}, action ) {
return state;
case DESERIALIZE:
return state;
case SERIALIZE:
return state;
case DESERIALIZE:
return state;
}

return state;
Expand Down

0 comments on commit ed2c9ee

Please sign in to comment.