Remove more console logs

This commit is contained in:
finned-palmer 2021-06-30 17:30:33 -05:00 committed by ixv
parent f7879edf4c
commit ecc8352656
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ import { feeLevels } from './send';
const FeePicker = ({ feeChoices, feeValue, setFeeValue, feeDismiss }) => {
const select = (which) => {
console.log(which);
setFeeValue(feeLevels[which]);
feeDismiss();
};

View File

@ -216,7 +216,6 @@ export const SettingsProvider = ({ channel, children }) => {
for (let c in checkPayee) {
newShipWallets[c] = checkPayee[c];
}
console.log({ newShipWallets });
setShipWallets(newShipWallets);
}
if (changeWallet) {