From 62c529bb6c60e4d3de6288b83355926622191e18 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 2 Jan 2017 16:45:37 +0100 Subject: [PATCH] removed useless print --- bird/status.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bird/status.go b/bird/status.go index fa38a34..609b357 100644 --- a/bird/status.go +++ b/bird/status.go @@ -24,8 +24,6 @@ func lastReconfigTimestampFromFileStat(filename string) string { func lastReconfigTimestampFromFileContent(filename string, regex string) string { rx := regexp.MustCompile(regex) - fmt.Println("Using regex:", regex) - // Read config file linewise file, err := os.Open(filename) if err != nil {