From 62cdf4988f1c6ce7cb00b220b3d1a22eb0078e99 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 5 Mar 2018 22:27:55 +0100 Subject: [PATCH] Remove unused line --- client/coral-framework/services/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/coral-framework/services/client.js b/client/coral-framework/services/client.js index 70508bd4b..e7cf692d8 100644 --- a/client/coral-framework/services/client.js +++ b/client/coral-framework/services/client.js @@ -7,7 +7,6 @@ import { addGraphQLSubscriptions, } from 'subscriptions-transport-ws'; import MessageTypes from 'subscriptions-transport-ws/dist/message-types'; -import { print } from 'graphql/language/printer'; // Redux middleware to report any errors to the console. export const apolloErrorReporter = () => next => action => {