Skip to content

Commit fa27aac

Browse files
cjihrigBethGriggs
authored andcommitted
dns: remove dns.promises experimental warning
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]>
1 parent 79f3844 commit fa27aac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/dns.js

-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ Object.defineProperties(module.exports, {
318318
if (promises === null) {
319319
promises = require('internal/dns/promises');
320320
promises.setServers = defaultResolverSetServers;
321-
process.emitWarning('The dns.promises API is experimental',
322-
'ExperimentalWarning');
323321
}
324322
return promises;
325323
}

0 commit comments

Comments
 (0)