forked from tangled.org/core
this repo has no description

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
···
// we have f1 and f2, combine them
combined, err := combineFiles(f1, f2)
if err != nil {
-
fmt.Println(err)
+
// fmt.Println(err)
}
// combined can be nil commit 2 reverted all changes from commit 1