Skip to content

Commit

Permalink
removed unused epic
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed May 11, 2017
1 parent e9bef98 commit 15a756e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 79 deletions.
1 change: 0 additions & 1 deletion docma-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"web/client/epics/maptype.js",
"web/client/epics/search.js",
"web/client/epics/wfsquery.js",
"web/client/epics/maps.js",

"web/client/utils/index.jsdoc",
"web/client/utils/CoordinatesUtils.js",
Expand Down
40 changes: 0 additions & 40 deletions web/client/epics/__tests__/maps-test.js

This file was deleted.

35 changes: 0 additions & 35 deletions web/client/epics/maps.js

This file was deleted.

4 changes: 1 addition & 3 deletions web/client/plugins/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require('./map/css/map.css');

const Message = require('../components/I18N/Message');
const ConfigUtils = require('../utils/ConfigUtils');
const {mapsEpic} = require('../epics/maps');
const {isString} = require('lodash');
let plugins;
/**
Expand Down Expand Up @@ -289,6 +288,5 @@ const selector = createSelector(
);
module.exports = {
MapPlugin: connect(selector)(MapPlugin),
reducers: { draw: require('../reducers/draw') },
epics: {mapsEpic}
reducers: { draw: require('../reducers/draw') }
};

0 comments on commit 15a756e

Please sign in to comment.