mirror of https://github.com/grpc/grpc-node.git
removed the .start() method as it is deprecated
This commit is contained in:
parent
179dbfaecc
commit
4a7b0750ef
|
|
@ -237,7 +237,6 @@ if (require.main === module) {
|
|||
fs.readFile(path.resolve(argv.db_path), function(err, data) {
|
||||
if (err) throw err;
|
||||
feature_list = JSON.parse(data);
|
||||
routeServer.start();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue