1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

remove debug info

This commit is contained in:
Timothy 2017-11-06 17:27:26 +08:00
parent 0155dee427
commit 50a5a8f308

View File

@ -145,6 +145,5 @@ func buildTemplate(currentIP, domain string) string {
return "" return ""
} }
log.Println("result:", tpl.String())
return tpl.String() return tpl.String()
} }