Skip to content

Commit d3293a7

Browse files
tiurinskyrpex
andauthored
Remove redundant check
Co-authored-by: Cristian Pallarés <[email protected]>
1 parent b2cd214 commit d3293a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export default createPlugin(
174174
// then there will be no license info to be reported by `localstack license info`.
175175
// Also, an expired license could be cached.
176176
// Activating the license pre-emptively to know its state during the setup process.
177-
await activateLicense(outputChannel);
178177
const licenseIsValid = await minDelay(
179178
activateLicense(outputChannel).then(() =>
180179
checkIsLicenseValid(outputChannel),

0 commit comments

Comments
 (0)