From 8c31fc5789b0947db78324cb506fd69bb36fcb1f Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 5 May 2023 11:34:29 +0200 Subject: [PATCH] Remove test code to find out the data of the fields. --- backend/src/util/klicktipp.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/src/util/klicktipp.ts b/backend/src/util/klicktipp.ts index b12c79c38..8af5cc0ba 100644 --- a/backend/src/util/klicktipp.ts +++ b/backend/src/util/klicktipp.ts @@ -41,9 +41,6 @@ async function klickTippSendFieldToUser( } export async function exportEventDataToKlickTipp(): Promise { - // const fields = await fieldIndex() - // console.log('fields', fields) - // return const connectionInstance = await connection() if (!connectionInstance) { throw new LogError('No connection to database')