mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: extra log line
This commit is contained in:
@@ -32,7 +32,6 @@ export class DeveloperCommand extends CommandRunner {
|
||||
const { store } = await import('@app/store');
|
||||
await store.dispatch(loadConfigFile());
|
||||
store.dispatch(updateUserConfig({ local: { sandbox: options.sandbox ? 'yes' : 'no' } }));
|
||||
console.log(store.getState().config.local.sandbox);
|
||||
writeConfigSync('flash');
|
||||
|
||||
this.logger.info('Updated Developer Configuration');
|
||||
|
||||
Reference in New Issue
Block a user