Browse Source

rmv double msg

Josh Yan 10 months ago
parent
commit
91d21e7c7b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cmd/cmd.go

+ 0 - 2
cmd/cmd.go

@@ -120,8 +120,6 @@ func CreateHandler(cmd *cobra.Command, args []string) error {
 			if err != nil {
 				return err
 			}
-			spinner.SetMessage("transferring model data done")
-
 			modelfile.Commands[i].Args = "@" + digest
 		}
 	}