Skip to content

Commit 1c5b4fd

Browse files
committed
cleanup logging statements
1 parent ab27975 commit 1c5b4fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ec2/activation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export async function activate(ctx: ExtContext): Promise<void> {
4545
}),
4646

4747
Commands.register('aws.ec2.linkToLaunchInstance', async (node?: Ec2Node) => {
48-
console.log('you just ran the linkToLaunch command!')
4948
await linkToLaunchInstance()
5049
})
5150
)

src/ec2/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export async function rebootInstance(node?: Ec2Node) {
4949
}
5050

5151
export async function linkToLaunchInstance(node?: Ec2Node) {
52-
// Ex. https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#LaunchInstances:
5352
const region = node ? node.regionCode : globals.regionProvider.guessDefaultRegion()
5453
const url = getAwsConsoleUrl('ec2', region)
5554
await openUrl(url)

0 commit comments

Comments
 (0)