cleanup, remove console.log

This commit is contained in:
eric-burel 2019-01-30 21:31:12 +01:00
parent fb16f38d97
commit ab6df4f448
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,6 @@ export const createApolloServer = ({
};
export const onStart = () => {
console.log('Creating apollo server');
// Vulcan specific options
const config = {
path: '/graphql',

View file

@ -17,4 +17,4 @@ export * from './intl.js';
export * from './accounts_helpers.js';
export * from './source_version.js';
import './apollo-server/startup';
import './apollo-server/startup';