removed unnecessary import of dns

This commit is contained in:
Mitchell Bundy
2018-05-30 14:55:54 -04:00
parent c0d5992199
commit d2f9012bb6

View File

@@ -3,7 +3,6 @@ import * as url from "url";
import * as Logger from "bunyan";
import * as http from "http";
import * as stream from "stream";
import { resolveSoa } from "dns";
let server: restify.Server;