From c19b983161cf3d0dc04af96865133a6a6530e7fc Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 14 Nov 2023 11:29:09 +0100 Subject: [PATCH] Remove no longer need comment --- 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 }