Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Oct 11, 2024
1 parent e43b348 commit 9af77bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/util/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const createAndStartServer = async (

// Apply GraphQL middleware
const applyGraphQLMiddleware = () => {
console.log('applyGraphQLMiddleware');
server.applyMiddleware({
app,
path: gqlPath
Expand All @@ -111,7 +110,6 @@ export const createAndStartServer = async (

// Apply RPC middleware
const applyRPCMiddleware = () => {
console.log('applyRPCMiddleware');
if (!rpcEnabled) {
return;
}
Expand Down

0 comments on commit 9af77bd

Please sign in to comment.