Skip to content

Commit

Permalink
minor: drop unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Jul 30, 2024
1 parent 75d176c commit 605eaf9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions part.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,3 @@ func (p Part) writeTo(dst *os.File) (err error) {
p.logger.Printf("%d bytes copied: src=%q dst=%q", n, src.Name(), dst.Name())
return err
}

// func quoteOrNil(err error) string {
// if err != nil {
// return fmt.Sprintf("Error=%q", err.Error())
// }
// return "Error=<nil>"
// }

0 comments on commit 605eaf9

Please sign in to comment.