Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Dec 5, 2024
1 parent 96e630f commit de0d3aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion component/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ func (c *modelComponentImpl) DelRelationDataset(ctx context.Context, req types.R
readmeReq.Email = user.Email
readmeReq.Content = base64.StdEncoding.EncodeToString([]byte(output))

fmt.Println("===== zzzzz")
err = c.gitServer.UpdateRepoFile(&readmeReq)
if err != nil {
return fmt.Errorf("failed to delete dataset tag to %s file, cause: %w", readmeReq.FilePath, err)
Expand Down

0 comments on commit de0d3aa

Please sign in to comment.