summaryrefslogtreecommitdiff
path: root/stuff.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 11:07:15 -0500
committerJeff Carr <[email protected]>2025-10-09 13:15:49 -0500
commitf47fbeed4d6b19f3859a3e4d417c4dc2592a5b38 (patch)
treed39ce05325b810b90e5d8e041a041fa36b2948c0 /stuff.go
parent31da3672f58df9a80e32a846bc9ff7bed3fdeffd (diff)
more on processing incoming/
Diffstat (limited to 'stuff.go')
-rw-r--r--stuff.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stuff.go b/stuff.go
index 7fdc531..faf4cbb 100644
--- a/stuff.go
+++ b/stuff.go
@@ -29,7 +29,7 @@ func scanDebs(root string, count int) ([]DebInfo, error) {
if !info.IsDir() && strings.HasSuffix(info.Name(), ".deb") {
found := me.pb.FindByFilename(path)
if found != nil {
- log.Info("already processed", path)
+ // log.Info("already processed", path)
return nil
}
if count == -1 {