more cmt rmv

This commit is contained in:
Josh Yan 2024-07-11 17:21:36 -07:00
parent 9d517cf556
commit b6c7d01af3

View File

@ -291,12 +291,6 @@ func createBlob(cmd *cobra.Command, client *api.Client, path string, spinner *pr
}
var pw progressWriter
// Create a progress bar and start a goroutine to update it
// JK Let's use a percentage
//bar := progress.NewBar("transferring model data...", fileSize, 0)
//p.Add("transferring model data", bar)
status := "transferring model data 0%"
spinner.SetMessage(status)