Monorepo for Tangled tangled.org

patchutil: do not print err

TODO: this needs to be deprecated gracefully.

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li da3540c0 0749c39a

verified
Changed files
+1 -1
patchutil
+1 -1
patchutil/combinediff.go
··· 119 119 // we have f1 and f2, combine them 120 120 combined, err := combineFiles(f1, f2) 121 121 if err != nil { 122 - fmt.Println(err) 122 + // fmt.Println(err) 123 123 } 124 124 125 125 // combined can be nil commit 2 reverted all changes from commit 1