Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed May 4, 2017
1 parent 710444f commit ba7a28b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export async function activate(context: vscode.ExtensionContext) {
overrideCommand(context, 'compositionStart', async (args) => {
taskQueue.enqueueTask({
promise: async () => {
const mh = await getAndUpdateModeHandler();
compositionState.isInComposition = true;
},
isRunning: false
Expand Down

0 comments on commit ba7a28b

Please sign in to comment.