mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Remove excess logging
This commit is contained in:
parent
25a2f45e59
commit
8baa1ff73b
|
@ -132,7 +132,6 @@ func generate(l *libvirt.Libvirt, pkg, bin, vmname string) (err error) {
|
|||
if !found {
|
||||
for _, f := range files {
|
||||
parts := strings.Split(pkg, ".")
|
||||
log.Println("pkg", parts[len(parts)-1])
|
||||
if f.Name() == parts[len(parts)-1] {
|
||||
log.Println("Use", f.Name())
|
||||
bin = f.Name()
|
||||
|
|
Loading…
Reference in a new issue