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 }