Revert "wgengine: actively log FlushDNS."

This log is quite verbose, it was only to be left in for one
unstable build to help debug a user issue.

This reverts commit 1dd2552032.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2021-08-20 11:14:14 -07:00 committed by Denton Gentry
parent 47045265b9
commit 6731f934a6
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ func (r *winRouter) Set(cfg *Config) error {
}
// Flush DNS on router config change to clear cached DNS entries (solves #1430)
r.logf("router_windows.go:Set calling ipconfig /flushdns")
if err := dns.Flush(); err != nil {
r.logf("flushdns error: %v", err)
}