mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
cleanup, remove console.log
This commit is contained in:
parent
fb16f38d97
commit
ab6df4f448
2 changed files with 1 additions and 2 deletions
|
@ -107,7 +107,6 @@ export const createApolloServer = ({
|
|||
};
|
||||
|
||||
export const onStart = () => {
|
||||
console.log('Creating apollo server');
|
||||
// Vulcan specific options
|
||||
const config = {
|
||||
path: '/graphql',
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue