From ac69577182aed8c94e85fe3aee429e37194e2cdc Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Wed, 26 Jan 2022 14:01:29 -0600 Subject: [PATCH] remove unused import (#1107) --- v2/internal/frontend/desktop/linux/frontend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/internal/frontend/desktop/linux/frontend.go b/v2/internal/frontend/desktop/linux/frontend.go index 89e1c21f6..d9dc36028 100644 --- a/v2/internal/frontend/desktop/linux/frontend.go +++ b/v2/internal/frontend/desktop/linux/frontend.go @@ -24,7 +24,6 @@ import "C" import ( "context" "encoding/json" - "fmt" "log" "os" "strconv"