diff --git a/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml b/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
index 42f166ff438b251f6a1716651fc4967f7443b68d..0af009dec58444d53916eca860be28d2d16ee3a5 100644
--- a/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
@@ -26,9 +26,5 @@ DapNewPaymentMainRightPanelForm
         nextActivated("transaction created")
     }
 
-    dapCmboBoxToken.onCurrentIndexChanged:
-    {
-        dapSendedToken = dapCmboBoxToken.model.get(dapCmboBoxToken.currentIndex)["name"];
-    }
 
 }