Skip to content

Commit d94d4f8

Browse files
author
Axel von Bertoldi
committed
Remove noisy log line
This wasn't really a useful log.
1 parent 16f6a5e commit d94d4f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

magefiles/pulp/push.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func (p *debPusher) Push(releases, pkgFiles []string) error {
132132
for _, release := range releases {
133133
for _, pkgFile := range pkgFiles {
134134
pool.Go(func() error {
135-
slog.Debug("Pushing", "package", pkgFile, "release", release)
136135
return p.runPulpCmd(p.pushArgs(release, pkgFile)...)
137136
})
138137
}

0 commit comments

Comments
 (0)