Skip to content

Commit 1183063

Browse files
committed
fix: extra log line
1 parent eb56483 commit 1183063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/unraid-api/cli/developer/developer.command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class DeveloperCommand extends CommandRunner {
3232
const { store } = await import('@app/store');
3333
await store.dispatch(loadConfigFile());
3434
store.dispatch(updateUserConfig({ local: { sandbox: options.sandbox ? 'yes' : 'no' } }));
35-
console.log(store.getState().config.local.sandbox);
3635
writeConfigSync('flash');
3736

3837
this.logger.info('Updated Developer Configuration');

0 commit comments

Comments
 (0)