We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56483 commit 1183063Copy full SHA for 1183063
api/src/unraid-api/cli/developer/developer.command.ts
@@ -32,7 +32,6 @@ export class DeveloperCommand extends CommandRunner {
32
const { store } = await import('@app/store');
33
await store.dispatch(loadConfigFile());
34
store.dispatch(updateUserConfig({ local: { sandbox: options.sandbox ? 'yes' : 'no' } }));
35
- console.log(store.getState().config.local.sandbox);
36
writeConfigSync('flash');
37
38
this.logger.info('Updated Developer Configuration');
0 commit comments