fix: no logging needed anymore

This commit is contained in:
theoleuthardt 2025-02-21 15:18:15 +01:00
parent 5291a05d2c
commit 92102ff282

View file

@ -26,7 +26,6 @@ export async function generateQRCode(app: FastifyInstance) {
try {
const qrCodeUrl = await QRCode.toDataURL(data.qrcodeContent);
console.log("QR Code generated:", qrCodeUrl);
return reply
.header("Content-Type", "application/json")
.status(200)