fix: remove log

This commit is contained in:
José Oliveira 2021-06-21 18:57:29 +01:00 committed by Josh Harvey
parent bb5f1fb1d3
commit 9ca80c99d6

View file

@ -23,11 +23,6 @@ const Cashbox = ({
applyFiatBalanceAlertsStyling, applyFiatBalanceAlertsStyling,
removeInnerPercentage removeInnerPercentage
}) => { }) => {
console.log(
applyColorVariant,
applyFiatBalanceAlertsStyling,
removeInnerPercentage
)
const classes = cashboxClasses({ percent, cashOut, applyColorVariant }) const classes = cashboxClasses({ percent, cashOut, applyColorVariant })
const threshold = 51 const threshold = 51