Remove unused line

This commit is contained in:
Chi Vinh Le
2018-03-05 22:27:55 +01:00
parent 090920131f
commit 62cdf4988f
@@ -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 => {