mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-27 10:42: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
|
// Apply GraphQL middleware
|
||||||
const applyGraphQLMiddleware = () => {
|
const applyGraphQLMiddleware = () => {
|
||||||
console.log('applyGraphQLMiddleware');
|
|
||||||
server.applyMiddleware({
|
server.applyMiddleware({
|
||||||
app,
|
app,
|
||||||
path: gqlPath
|
path: gqlPath
|
||||||
@ -111,7 +110,6 @@ export const createAndStartServer = async (
|
|||||||
|
|
||||||
// Apply RPC middleware
|
// Apply RPC middleware
|
||||||
const applyRPCMiddleware = () => {
|
const applyRPCMiddleware = () => {
|
||||||
console.log('applyRPCMiddleware');
|
|
||||||
if (!rpcEnabled) {
|
if (!rpcEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user