diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 01:40:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 01:40:42 -0500 |
| commit | 9bae8cd3a70f1049385e3c25696a6f578db5bb97 (patch) | |
| tree | 1d1ffdc5de888c91bb7faaf0d9dd1981c92dd859 /wit.go | |
| parent | c85f4d0302f3eff04558dfdd388dcbf631e37222 (diff) | |
don't print outputv0.0.3
Diffstat (limited to 'wit.go')
| -rw-r--r-- | wit.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,6 @@ import ( "go.wit.com/lib/fhelp" "go.wit.com/lib/protobuf/zoopb" - "go.wit.com/log" ) // obviously a hack at this point @@ -56,7 +55,7 @@ func scanPackageListFile(m *zoopb.Machine, filename string) error { line := scanner.Text() if line == "" { p, namemap := parsePackageInfo(debInfo) - log.Info(len(namemap)) + _ = namemap AddIfNewer(m.Wit, p) debInfo = "" } |
