feat: remove debug logging from event count endpoint
This commit is contained in:
@@ -14,7 +14,7 @@ export async function GET() {
|
|||||||
try {
|
try {
|
||||||
const numOfEvent = await countTotalEvents();
|
const numOfEvent = await countTotalEvents();
|
||||||
|
|
||||||
logger('[Event] list', numOfEvent);
|
// logger('[Event] list', numOfEvent);
|
||||||
|
|
||||||
return response({ numOfEvent }, STATUS.OK);
|
return response({ numOfEvent }, STATUS.OK);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Reference in New Issue
Block a user