fix: remove logs

This commit is contained in:
Sérgio Salgado 2021-03-30 00:01:09 +01:00 committed by Josh Harvey
parent 0069ba8402
commit 7c8318964f
2 changed files with 0 additions and 6 deletions

View file

@ -254,8 +254,6 @@ const Wizard = ({ onClose, save, error, currency }) => {
)
return errors.threshold
console.log(errors)
if (isSuspend && hasRequirementError) return errors.requirement
}