From 7a146635aaa740e748b84bf8fbfdccf1cc420c61 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 14 Nov 2023 11:45:07 +0100 Subject: [PATCH] Remove no longer need comment (#2420) --- arduino/resources/install.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arduino/resources/install.go b/arduino/resources/install.go index 6b7c09bb9e1..4c98b4be37d 100644 --- a/arduino/resources/install.go +++ b/arduino/resources/install.go @@ -97,12 +97,6 @@ func (release *DownloadResource) Install(downloadDir, tempPath, destDir *paths.P } } - // TODO - // // Create a package file - // if err := createPackageFile(destDir); err != nil { - // return err - // } - return nil }