Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Sep 23, 2024
1 parent 7d9e016 commit 7a1732e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/init/features/dataconnect/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ async function askQuestions(setup: Setup, config: Config): Promise<SDKInfo> {
newConnectorYaml.generate.javascriptSdk = javascriptSdk;
}

// We don't have to check if the experiment was enabled since we already made that check above.
if (targetPlatform === Platform.DART) {
const outputDir =
newConnectorYaml.generate.dartSdk?.outputDir ||
Expand Down

0 comments on commit 7a1732e

Please sign in to comment.