mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 06:51:47 -03:00
chore: delete unused get-env-var functions
This commit is contained in:
@@ -12,9 +12,7 @@ let modsTotalPages = 1;
|
||||
|
||||
export async function initModsManager() {
|
||||
try {
|
||||
if (window.electronAPI && window.electronAPI.getEnvVar) {
|
||||
console.log('Loaded API Key:', CF_API_KEY ? 'Yes' : 'No');
|
||||
}
|
||||
console.log('Loaded API Key:', CF_API_KEY ? 'Yes' : 'No');
|
||||
} catch (err) {
|
||||
console.error('Failed to load API Key:', err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user