From e5dd373f526fceff646927905c797027b685b922 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Apr 2022 13:30:21 +0200 Subject: [PATCH] no console --- backend/src/seeds/index.ts | 1 - 1 file changed, 1 deletion(-) 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()