This commit is contained in:
Jeff Hubbard 2022-03-29 13:50:31 -07:00
parent ef0672eac0
commit b8ecbe748f

View file

@ -93,7 +93,7 @@ func StringInSlice(a string, slice []string) bool {
}
return false
}
func IsDebugEnabled() (bool, string) {
debugValue, isDebugSet := os.LookupEnv("GH_DEBUG")
legacyDebugValue := os.Getenv("DEBUG")