Skip to content

Commit 748c7bf

Browse files
Update commands/lib/download.go
Co-authored-by: Cristian Maglie <[email protected]>
1 parent 8430ccd commit 748c7bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: commands/lib/download.go

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var tr = i18n.Tr
3232

3333
// LibraryDownload executes the download of the library.
3434
// A DownloadProgressCB callback function must be passed to monitor download progress.
35-
// queryParameter is passed for analysis purposes.
3635
func LibraryDownload(ctx context.Context, req *rpc.LibraryDownloadRequest, downloadCB rpc.DownloadProgressCB) (*rpc.LibraryDownloadResponse, error) {
3736
logrus.Info("Executing `arduino-cli lib download`")
3837

0 commit comments

Comments
 (0)