Skip to content

Commit 3e5700c

Browse files
committed
remove version log
1 parent 90239c4 commit 3e5700c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

main.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ import (
1313
"github.com/snorwin/haproxy-reload-wrapper/pkg/utils"
1414
)
1515

16-
var (
17-
Version = "v0.0.0"
18-
Hash = ""
19-
)
20-
2116
func main() {
22-
log.Notice(fmt.Sprintf("haproxy-reload-wrapper version is %s-%s", Version, Hash))
23-
2417
// fetch the absolut path of the haproxy executable
2518
executable, err := utils.LookupExecutablePathAbs("haproxy")
2619
if err != nil {

0 commit comments

Comments
 (0)