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:
parent
4453dd6430
commit
53b7f9928e
@ -164,7 +164,6 @@ export class KaiqiuService {
|
||||
if (isFinished) {
|
||||
await redis.set(key, eventPage);
|
||||
}
|
||||
console.debug('clubId', clubId);
|
||||
return {
|
||||
title,
|
||||
eventId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user