chore(KaiqiuService): remove debug log statement

Removes the console.debug statement for 'clubId' from the method. This cleanup is performed to eliminate unnecessary debug output in production code and improve log clarity.
This commit is contained in:
kyuuseiryuu 2026-03-25 23:26:23 +09:00
parent 4453dd6430
commit 53b7f9928e

View File

@ -164,7 +164,6 @@ export class KaiqiuService {
if (isFinished) { if (isFinished) {
await redis.set(key, eventPage); await redis.set(key, eventPage);
} }
console.debug('clubId', clubId);
return { return {
title, title,
eventId, eventId,