Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Mar 22, 2024
1 parent 485bc7b commit 6ce4fc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension/debugger/configuration/providers/flaskLaunch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export async function buildFlaskLaunchDebugConfiguration(
let flaskPaths = await getFlaskPaths(state.folder);
let options: QuickPickType[] = [];

// const application = await getApplicationPath(state.folder);
// let manuallyEnteredAValue: boolean | undefined;
const config: Partial<LaunchRequestArguments> = {
name: DebugConfigStrings.flask.snippet.name,
type: DebuggerTypeName,
Expand Down

0 comments on commit 6ce4fc7

Please sign in to comment.