mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
Remove more console logs
This commit is contained in:
parent
2eda4ac423
commit
40f80a94b8
@ -10,7 +10,6 @@ import { feeLevels } from './send';
|
||||
|
||||
const FeePicker = ({ feeChoices, feeValue, setFeeValue, feeDismiss }) => {
|
||||
const select = (which) => {
|
||||
console.log(which);
|
||||
setFeeValue(feeLevels[which]);
|
||||
feeDismiss();
|
||||
};
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user