Skip to content

Commit ba7a28b

Browse files
committed
Remove unused var.
1 parent 710444f commit ba7a28b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ export async function activate(context: vscode.ExtensionContext) {
230230
overrideCommand(context, 'compositionStart', async (args) => {
231231
taskQueue.enqueueTask({
232232
promise: async () => {
233-
const mh = await getAndUpdateModeHandler();
234233
compositionState.isInComposition = true;
235234
},
236235
isRunning: false

0 commit comments

Comments
 (0)