Skip to content
Snippets Groups Projects
Commit 4706e3b1 authored by Erick Hitter's avatar Erick Hitter
Browse files

Undo testing changes

parent f9a69ed3
Branches
No related tags found
1 merge request!1Convert to Golang
......@@ -38,8 +38,6 @@ var (
logger *log.Logger
debugDest string
debug bool
bad_var_name string
)
func init() {
......@@ -58,7 +56,7 @@ func init() {
validatePath(&logPath)
if ! govalidator.IsURL(webhookURL) || len(channel) < 2 {
if !govalidator.IsURL(webhookURL) || len(channel) < 2 {
usage()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment