remove commented line

This commit is contained in:
Michael Mrowetz
2017-01-02 15:02:16 +09:00
parent ecf131b26d
commit 9e55cea805

View File

@@ -50,7 +50,6 @@ SwaggerNodeRunner.create(config, function(err, runner) {
let app = restify.createServer();
SwaggerNodeRunner.create(config, function(err, runner) {
// SwaggerRestify.create(config, function(err, swaggerRestify) {
if (err) { throw err; }
let restifyMiddelware = runner.restifyMiddleware()