mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
Remove more console logs
This commit is contained in:
parent
f7879edf4c
commit
ecc8352656
@ -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