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.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index 464395a82..dadf124d8 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -236,16 +236,11 @@ function revealAccount () {
}
}
-
-
function setCurrentFiat (fiat) {
return (dispatch) => {
dispatch(this.showLoadingIndication())
_accountManager.setCurrentFiat(fiat, (data, err) => {
dispatch(this.hideLoadingIndication())
- console.log("NEW THINGS")
- console.log("==========")
- console.log(data.currentFiat, data.conversionRate, data.conversionDate)
dispatch({
type: this.SET_CURRENT_FIAT,
value: {