diff options
Diffstat (limited to 'doWalk.go')
| -rw-r--r-- | doWalk.go | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -2,14 +2,11 @@ package main import ( "os" - "strings" "time" "go.wit.com/lib/debian" - "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" - "google.golang.org/protobuf/encoding/prototext" "google.golang.org/protobuf/types/known/timestamppb" ) @@ -84,10 +81,7 @@ func doWalk() (string, error) { panic("newdeb.Filename = ''") } if argv.Verbose { - shell.RunVerbose([]string{"dpkg", "-I", newdeb.Filename}) - log.Info("\nNEW PB START") - log.Info(strings.TrimSpace(prototext.Format(newdeb))) - log.Info("NEW PB END\n") + newdeb.Print() } // arch := deb.ControlData["Architecture"] } |
