patchutil: do not print err
TODO: this needs to be deprecated gracefully.Signed-off-by: oppiliappan <me@oppi.li>
oppi.li 3 months ago da3540c0 0749c39a
··· 119 119 // we have f1 and f2, combine them 120 120 combined, err := combineFiles(f1, f2) 121 121 if err != nil { 122 122 - fmt.Println(err) 122 122 + // fmt.Println(err) 123 123 } 124 124 125 125 // combined can be nil commit 2 reverted all changes from commit 1