diff --git a/backend/src/seeds/index.ts b/backend/src/seeds/index.ts index dc71291cb..37c9992a7 100644 --- a/backend/src/seeds/index.ts +++ b/backend/src/seeds/index.ts @@ -43,7 +43,6 @@ const resetEntity = async (entity: any) => { const run = async () => { const server = await createServer(context) const seedClient = createTestClient(server.apollo) - console.log(seedClient) const { con } = server await cleanDB()