diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 15:31:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 15:31:00 +0100 |
| commit | 64f8ce44a92f6c538c0e9a4b06ea14b5a7babdca (patch) | |
| tree | 3fe8181ebd76f435457f9739d7178ab5c19d8a68 /scraper/client/store.js | |
| parent | b92195675457de3efc1f9586fa8f89f1d50cd43c (diff) | |
agh
Diffstat (limited to 'scraper/client/store.js')
| -rw-r--r-- | scraper/client/store.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/store.js b/scraper/client/store.js index 6da60cbe..acd22b82 100644 --- a/scraper/client/store.js +++ b/scraper/client/store.js @@ -47,7 +47,7 @@ export default function apiReducer(state = initialState(), action) { } case types.system.set_sorted_citations: - console.log(action.sortedCitations || []) + // console.log(action.sortedCitations || []) return { ...state, sortedCitations: action.sortedCitations || [], |
