func Debug()

in openwhisk/debug.go [25:29]


func Debug(format string, args ...interface{}) {
	if Debugging {
		log.Printf(format, args...)
	}
}