logs removal

This commit is contained in:
Gala
2022-12-01 13:25:32 +01:00
parent 4069b0349d
commit bf207abe55
2 changed files with 0 additions and 2 deletions
@@ -20,7 +20,6 @@ export const BondedMixnodeActions = ({
const handleClose = () => setIsOpen(false);
const handleActionClick = (action: TBondedMixnodeActions) => {
console.log({ action });
onActionSelect(action);
handleClose();
};
-1
View File
@@ -89,7 +89,6 @@ const Bonding = () => {
};
const handleBondedMixnodeAction = (action: TBondedMixnodeActions) => {
console.log({ action });
switch (action) {
case 'bondMore': {
setShowModal('bond-more');