Removed unused donation logs
This commit is contained in:
parent
e1e4cbbd0d
commit
535a7e1f56
1 changed files with 0 additions and 2 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue