mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Cleanup unused code
This commit is contained in:
parent
c8db6dfcca
commit
8a7c6cbddc
|
@ -138,18 +138,6 @@ export function createBotSubStore(botId: string, botName: string) {
|
|||
) {
|
||||
return true;
|
||||
}
|
||||
// TODO: This backgroundSyncCheck is still missing above
|
||||
// const bgRefresh = rootGetters['uiSettings/backgroundSync'];
|
||||
// const selectedBot = rootGetters[`${StoreModules.ftbot}/selectedBot`];
|
||||
// if (
|
||||
// (selectedBot === botId || bgRefresh) &&
|
||||
// getters.autoRefresh &&
|
||||
// getters.isBotOnline &&
|
||||
// getters.botStatusAvailable &&
|
||||
// !getters.isWebserverMode
|
||||
// ) {
|
||||
// return true;
|
||||
// }
|
||||
return false;
|
||||
},
|
||||
botName: (state) => state.botState?.bot_name || 'freqtrade',
|
||||
|
|
Loading…
Reference in New Issue
Block a user