mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-26 18:32:06 +00:00
Remove console logs
This commit is contained in:
parent
e43b3481a9
commit
9af77bd2a6
@ -102,7 +102,6 @@ export const createAndStartServer = async (
|
||||
|
||||
// Apply GraphQL middleware
|
||||
const applyGraphQLMiddleware = () => {
|
||||
console.log('applyGraphQLMiddleware');
|
||||
server.applyMiddleware({
|
||||
app,
|
||||
path: gqlPath
|
||||
@ -111,7 +110,6 @@ export const createAndStartServer = async (
|
||||
|
||||
// Apply RPC middleware
|
||||
const applyRPCMiddleware = () => {
|
||||
console.log('applyRPCMiddleware');
|
||||
if (!rpcEnabled) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user