summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/apt.go b/apt.go
index 38157a7..37fd70d 100644
--- a/apt.go
+++ b/apt.go
@@ -2,8 +2,6 @@ package zoopb
import (
"fmt"
-
- "go.wit.com/log"
)
// init the installed package list
@@ -25,7 +23,7 @@ func (me *Machine) initPackages() {
new1.Name = pkg
new1.Version = version
me.Packages.Append(new1)
- log.Info("added", new1.Name, "failed")
+ // log.Info("added", new1.Name, "failed")
}
}