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:
parent
79b939a8ef
commit
62c529bb6c
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue