Skip to content

Commit 214774b

Browse files
authored
Update src/Microsoft.OpenApi.Hidi/Handlers/TransformCommandHandler.cs
1 parent 05256dd commit 214774b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi.Hidi/Handlers/TransformCommandHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public async Task<int> InvokeAsync(InvocationContext context)
5151
string filterbytags = context.ParseResult.GetValueForOption(FilterByTagsOption);
5252
string filterbycollection = context.ParseResult.GetValueForOption(FilterByCollectionOption);
5353

54-
var console = context.Console;
5554
CancellationToken cancellationToken = (CancellationToken)context.BindingContext.GetService(typeof(CancellationToken));
5655

5756
using var loggerFactory = Logger.ConfigureLogger(logLevel);

0 commit comments

Comments
 (0)