diff --git a/src/function.go b/src/function.go index 9faf3ee..99d5c13 100644 --- a/src/function.go +++ b/src/function.go @@ -122,10 +122,10 @@ func Coffee(writer http.ResponseWriter, request *http.Request) { text += name + " " } - url, ok := os.LookupEnv("GITHUB_URL") - if ok { - text += " (now open source: " + url + ")" - } + //url, ok := os.LookupEnv("GITHUB_URL") + //if ok { + // text += " (now open source: " + url + ")" + //} err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text})