Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Aug 20, 2023
1 parent 6efe84e commit 45b829c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function activate(context: vscode.ExtensionContext) {
statBar.tooltip = "Show Git Flow Quick Pick menu";
statBar.show();
context.subscriptions.push(statBar);


const util = new Util(rootPath, logger, statBar);

Expand Down

0 comments on commit 45b829c

Please sign in to comment.