diff options
Diffstat (limited to 'stuff.go')
| -rw-r--r-- | stuff.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
