diff --git a/src/pages/WalletPage.vue b/src/pages/WalletPage.vue
index 6f35b432..735eafae 100644
--- a/src/pages/WalletPage.vue
+++ b/src/pages/WalletPage.vue
@@ -646,18 +646,6 @@
-
0)) {
- // nothing to do
- return;
- }
- if (this.showSendTokenLegacyV2Token) {
- // convert to V3
- this.sendData.tokensBase64 = this.serializeProofs(this.sendData.tokens);
- this.showSendTokenLegacyV2Token = false;
- } else {
- // convert to V2
- this.sendData.tokensBase64 = this.serializeProofsV2(
- this.sendData.tokens
- );
- this.showSendTokenLegacyV2Token = true;
- }
- },
showSendTokensDialog: function () {
console.log("##### showSendTokensDialog");
this.sendData.tokens = "";