summaryrefslogtreecommitdiffstats
path: root/pkg/commands/patch_manager.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-05 12:42:07 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-05 19:22:01 +1100
commit0046e9c469a86c22a98a6671c6d4802c4f8e74c5 (patch)
treed108f2dd87626a3400b6348a5e9781c725fca0c9 /pkg/commands/patch_manager.go
parent733145d13271affa666790ac394a43f43d698850 (diff)
create backups of patch files in case something goes wrong
Diffstat (limited to 'pkg/commands/patch_manager.go')
-rw-r--r--pkg/commands/patch_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/commands/patch_manager.go b/pkg/commands/patch_manager.go
index 7c0da245d..f5aa5b712 100644
--- a/pkg/commands/patch_manager.go
+++ b/pkg/commands/patch_manager.go
@@ -184,7 +184,6 @@ func (p *PatchManager) ApplyPatches(reverse bool) error {
if patch == "" {
continue
}
- p.Log.Warn(patch)
if err := p.ApplyPatch(patch, reverseOnApply, false, "--index --3way"); err != nil {
return err
}