Removed unused donation logs

This commit is contained in:
Alexander Borsuk 2023-03-29 16:40:59 +02:00 committed by Roman Tsisyk
parent e1e4cbbd0d
commit 535a7e1f56

View file

@ -136,8 +136,6 @@ export async function getServersList(request: Request) {
}
if (donatesEnabled) {
// To count enabled donations.
console.log('Donates enabled');
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore workarounds error TS2339: Property 'country' does not exist on type 'IncomingRequestCfProperties<unknown>'.
if (request.cf?.country == 'RU') {