This commit is contained in:
einhorn_b 2021-10-02 16:46:45 +02:00
parent 2630de425d
commit e623079880

View File

@ -30,7 +30,6 @@ export class GdtResolver {
if (!resultGDT.success) {
throw new Error(resultGDT.data)
}
console.log(resultGDT.data)
return new GdtEntryList(resultGDT.data)
}
}