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 595ef43 commit ece0882Copy full SHA for ece0882
src/commands/lightning/dev/site.ts
@@ -64,10 +64,8 @@ export default class LightningDevSite extends SfCommand<void> {
64
}
65
66
67
- // Pass auth token to LWR so we can use it with requests to the site
+ // Pass the org auth token so LWR can make authenticated requests to core
68
const authToken = org.getConnection().accessToken ?? '';
69
- // eslint-disable-next-line no-console
70
- console.log(authToken);
71
72
// Start the dev server
73
await expDev({
0 commit comments