Skip to content

Commit

Permalink
fix: remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 3, 2024
1 parent 76860c6 commit 2c7a6b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ func (m FileMapping) doLink() error {
func (m FileMapping) doCopy() error {
var inReader io.Reader
if len(m.With) > 0 {
for v, m := range m.With {
logger.Printf("%s %s\n", v, m)
}
in, err := os.ReadFile(m.From)
if err != nil {
panic(err)
Expand Down

0 comments on commit 2c7a6b5

Please sign in to comment.