Sfoglia il codice sorgente

remove obsolete code

Gildas 1 anno fa
parent
commit
12518a94a8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/core/bg/config.js

+ 0 - 1
src/core/bg/config.js

@@ -413,7 +413,6 @@ async function onMessage(message) {
 		if (syncConfig && syncConfig.rules && (!localConfig || !localConfig.rules)) {
 			await browser.storage.local.set({ rules: syncConfig.rules, maxParallelWorkers: syncConfig.maxParallelWorkers, processInForeground: syncConfig.processInForeground });
 			const profiles = {};
-			// syncConfig.profileNames.forEach(profileKeyName => profiles[PROFILE_NAME_PREFIX + profileKeyName] = syncConfig[profileKeyName]);
 			await browser.storage.local.set(profiles);
 		}
 		configStorage = browser.storage.local;