aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/hex-as-decimal-input.js')
-rw-r--r--ui/app/components/hex-as-decimal-input.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/hex-as-decimal-input.js b/ui/app/components/hex-as-decimal-input.js
index 96a11b84f..e37aaa8c3 100644
--- a/ui/app/components/hex-as-decimal-input.js
+++ b/ui/app/components/hex-as-decimal-input.js
@@ -116,7 +116,6 @@ HexAsDecimalInput.prototype.updateValidity = function (event) {
}
const valid = target.checkValidity()
- console.log('change triggered checking validity and found ' + valid)
if (valid) {
this.setState({ invalid: null })
}