remove unused code
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c24d78fac2
commit
64eada2638
16
debug.go
16
debug.go
|
@ -90,22 +90,6 @@ func runPingClick(b *ButtonMap) {
|
||||||
log.Println("runPingClick END")
|
log.Println("runPingClick END")
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
func runAddVmClick(b *ButtonMap) {
|
|
||||||
log.Println("runPingClick START")
|
|
||||||
log.Println("runTestExecClick b.VM", b.VM)
|
|
||||||
hostname := "localhost"
|
|
||||||
if (b.VM != nil) {
|
|
||||||
hostname = b.VM.Hostname
|
|
||||||
}
|
|
||||||
spew.Dump(b)
|
|
||||||
var tmp []string
|
|
||||||
tmp = append(tmp, "xterm", "-e", "ping " + hostname + ";bash")
|
|
||||||
runCommand(tmp)
|
|
||||||
log.Println("runPingClick END")
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
func runTestExecClick(b *ButtonMap) {
|
func runTestExecClick(b *ButtonMap) {
|
||||||
log.Println("runTestExecClick START")
|
log.Println("runTestExecClick START")
|
||||||
if runtime.GOOS == "linux" {
|
if runtime.GOOS == "linux" {
|
||||||
|
|
Loading…
Reference in New Issue