summaryrefslogtreecommitdiff
path: root/scraper/client/store.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-30 15:31:00 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-30 15:31:00 +0100
commit64f8ce44a92f6c538c0e9a4b06ea14b5a7babdca (patch)
tree3fe8181ebd76f435457f9739d7178ab5c19d8a68 /scraper/client/store.js
parentb92195675457de3efc1f9586fa8f89f1d50cd43c (diff)
agh
Diffstat (limited to 'scraper/client/store.js')
-rw-r--r--scraper/client/store.js2
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 || [],