1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

removed useless print

This commit is contained in:
hellerve 2017-01-02 16:45:37 +01:00
parent 79b939a8ef
commit 62c529bb6c

View file

@ -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 {