Remove test code to find out the data of the fields.

This commit is contained in:
elweyn 2023-05-05 11:34:29 +02:00
parent 225f41fbbf
commit 8c31fc5789

View File

@ -41,9 +41,6 @@ async function klickTippSendFieldToUser(
}
export async function exportEventDataToKlickTipp(): Promise<void> {
// const fields = await fieldIndex()
// console.log('fields', fields)
// return
const connectionInstance = await connection()
if (!connectionInstance) {
throw new LogError('No connection to database')