diff options
Diffstat (limited to 'patchset.Make.go')
| -rw-r--r-- | patchset.Make.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchset.Make.go b/patchset.Make.go index 75c4215..c8bfdc0 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -140,7 +140,7 @@ func (pset *Set) makePatchSetNew(repo *gitpb.Repo) error { err = pset.addPatchFiles(repo, repoDir) log.Infof("Added %d patches for %s len=%d\n", len(r.Stdout), repo.FullPath, pset.Patches.Len()) - pset.PrintTable() + // pset.PrintTable() return err } @@ -186,7 +186,7 @@ func (p *Set) addPatchFiles(repo *gitpb.Repo, fullDir string) error { p.Patches = new(Patches) } p.Patches.Append(patch) - log.Info("ADDED PATCH FILE", path) + // log.Info("ADDED PATCH FILE", path) return nil }) return baderr |
