accidentally left empty debugging for loop in the code

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-06 16:11:40 -07:00
parent de8bb0ed36
commit 2768e0f278
3 changed files with 8 additions and 8 deletions

10
.gitignore vendored
View File

@ -1,11 +1,11 @@
*.swp
# put build file info in here:
# put build file info in here
# this is a trick to save info about when
# the binaries were built, how they were
# built. what version was built, etc
# TODO: find a better way (not via ldflags)
resources/build
go.mod
go.sum
*/go.mod
*/go.sum
cloud-control-panel

View File

@ -297,7 +297,7 @@ func parseConfig() {
// my pid (cross platform) p, err := os.FindProcess(os.Getpid())
// send signal (cross platform) return p.Signal(syscall.SIGTERM)
for {}
// for {}
// os.Exit(0)
}

View File

@ -124,8 +124,8 @@ func main() {
v185AAAA := lookupAAAA("v000185.testing.com.customers.wprod.wit.com")
log.Println("v185AAA = ", v185AAAA)
// go gorillaDial("ccp.wit.com:9000")
go gorillaDial("stackapi-ccp.stackapi.customers.wit.com:9000")
go gorillaDial("ccp.wit.com:9000")
// go gorillaDial("stackapi-ccp.stackapi.customers.wit.com:9000")
go gui.WatchGUI()
// use this to discover what the OS thinks it's hostname is