aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/actions.js')
-rw-r--r--ui/app/actions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index 4749d0735..12cf10411 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -1802,7 +1802,6 @@ function updateCurrentLocale (key) {
return (dispatch) => {
dispatch(actions.showLoadingIndication())
log.debug(`background.updateCurrentLocale`)
- console.log(`fetchLocale`, fetchLocale);
fetchLocale(key)
.then((localeMessages) => {
background.setCurrentLocale(key, (err) => {