From 30dad5ab78df430cc33619de3f775b70de5a3885 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 6 Feb 2024 12:32:11 -0500 Subject: [PATCH] remove unused var --- botcli/cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/botcli/cmd.go b/botcli/cmd.go index 36c2caf..819081d 100644 --- a/botcli/cmd.go +++ b/botcli/cmd.go @@ -237,7 +237,6 @@ func qrForAcc(cli *BotCli, bot *deltachat.Bot, cmd *cobra.Command, args []string fmt.Println("Scan this QR to verify", addr) invert, _ := cmd.Flags().GetBool("invert") printQr(qrdata, invert) - fragment := strings.Replace(strings.SplitN(qrdata, ":", 2)[1], "#", "&", 1) fmt.Printf(GenerateInviteLink(qrdata)) } else { cli.Logger.Error("account not configured")