summaryrefslogtreecommitdiff
path: root/wit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 01:40:42 -0500
committerJeff Carr <[email protected]>2025-10-08 01:40:42 -0500
commit9bae8cd3a70f1049385e3c25696a6f578db5bb97 (patch)
tree1d1ffdc5de888c91bb7faaf0d9dd1981c92dd859 /wit.go
parentc85f4d0302f3eff04558dfdd388dcbf631e37222 (diff)
don't print outputv0.0.3
Diffstat (limited to 'wit.go')
-rw-r--r--wit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/wit.go b/wit.go
index df713fc..0dfbb11 100644
--- a/wit.go
+++ b/wit.go
@@ -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 = ""
}