Skip to content

Commit ece0882

Browse files
committed
chore: comments / logging
1 parent 595ef43 commit ece0882

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/lightning/dev/site.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ export default class LightningDevSite extends SfCommand<void> {
6464
}
6565
}
6666

67-
// Pass auth token to LWR so we can use it with requests to the site
67+
// Pass the org auth token so LWR can make authenticated requests to core
6868
const authToken = org.getConnection().accessToken ?? '';
69-
// eslint-disable-next-line no-console
70-
console.log(authToken);
7169

7270
// Start the dev server
7371
await expDev({

0 commit comments

Comments
 (0)