Skip to content

Commit

Permalink
dns: remove dns.promises experimental warning
Browse files Browse the repository at this point in the history
PR-URL: #26592
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
  • Loading branch information
cjihrig authored and BethGriggs committed Oct 18, 2019
1 parent 79f3844 commit fa27aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ Object.defineProperties(module.exports, {
if (promises === null) {
promises = require('internal/dns/promises');
promises.setServers = defaultResolverSetServers;
process.emitWarning('The dns.promises API is experimental',
'ExperimentalWarning');
}
return promises;
}
Expand Down

0 comments on commit fa27aac

Please sign in to comment.