diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 22:39:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 22:39:27 +0200 |
| commit | 2001ddd7e2a8926ec97fdd4d5c73b2d4e5b293de (patch) | |
| tree | be929f7cceaff183c7233f99b28bc93fcab53677 /frontend/views/page/page.reducer.js | |
| parent | cc465329a2261b7db11c12665cab62affb266592 (diff) | |
highlight graph links when hovering
Diffstat (limited to 'frontend/views/page/page.reducer.js')
| -rw-r--r-- | frontend/views/page/page.reducer.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/views/page/page.reducer.js b/frontend/views/page/page.reducer.js index bbbe6f9..462be37 100644 --- a/frontend/views/page/page.reducer.js +++ b/frontend/views/page/page.reducer.js @@ -21,7 +21,6 @@ export default function pageReducer(state = initialState, action) { state = reducer(state, action) switch (action.type) { case types.tile.create: - console.log(action.data.res) return { ...state, show: { @@ -34,7 +33,6 @@ export default function pageReducer(state = initialState, action) { } case types.page.update: - console.log(action.data.res, state.show.res) if (state.show.res && state.show.res.id === action.data.res.id) { return { ...state, |
