[feat-75] removed unused variable

This commit is contained in:
silentrald
2024-10-16 08:33:57 +08:00
parent 716f068adf
commit be347dc6ba
@@ -51,8 +51,6 @@ export class LocalMapsManagerService {
ScoreSaber: "web+bsmap",
};
private readonly INFO_DAT_REGEX = /(^|\/)(I|i)nfo.dat$/;
private readonly localVersion: BSLocalVersionService;
private readonly installLocation: InstallationLocationService;
private readonly utils: UtilsService;