diff options
Diffstat (limited to 'middleware/file/notify.go')
-rw-r--r-- | middleware/file/notify.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/file/notify.go b/middleware/file/notify.go index a88ca9192..b369f6ad1 100644 --- a/middleware/file/notify.go +++ b/middleware/file/notify.go @@ -42,7 +42,6 @@ func notify(zone string, to []string) error { c := new(dns.Client) for _, t := range to { - // TODO(miek): these ACLs thingies not to be formalized. if t == "*" { continue } |