aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send')
-rw-r--r--ui/app/components/send/currency-display.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/send/currency-display.js b/ui/app/components/send/currency-display.js
index 60032bca4..0b52a69b5 100644
--- a/ui/app/components/send/currency-display.js
+++ b/ui/app/components/send/currency-display.js
@@ -91,7 +91,6 @@ CurrencyDisplay.prototype.getConvertedValueToRender = function (nonFormattedValu
}
CurrencyDisplay.prototype.handleChange = function (newVal) {
- console.log(`%^ 95 newVal`, newVal);
this.setState({ valueToRender: newVal })
this.props.onChange(this.getAmount(newVal))
}