Forget tracing for now

This commit is contained in:
niten 2023-11-02 10:04:24 -07:00
parent 1d15428f92
commit b18cb5368e
1 changed files with 1 additions and 2 deletions

View File

@ -121,8 +121,7 @@ let
$ORIGIN ${domain}.
$TTL ${zone.default-ttl}
${joinLines
(map (record: trace "RECORD: ${record}" record) defaultHostRecords)}
${joinLines defaultHostRecords}
${joinLines (mxRecords zone.mx)}