apollo-server-core: remove unused function printStackTrace

This commit is contained in:
Evans Hauser 2018-05-01 16:32:04 -07:00
parent 52b6f761f6
commit 8fdbfcd8c8
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -83,10 +83,6 @@ export function runQuery(options: QueryOptions): Promise<GraphQLResponse> {
return Promise.resolve().then(() => doRunQuery(options));
}
function printStackTrace(error: Error) {
console.error(error.stack);
}
function format(
errors: Array<Error>,
options?: {