Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 6718e58

Browse files
author
Keuvain
committed
Removed unused variable
1 parent 8282b67 commit 6718e58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Pretzel/Commands/IngredientCommand.cs

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public void Execute(IEnumerable<string> arguments)
2828

2929
parameters.Parse(arguments);
3030

31-
var title = parameters.NewPostTitle;
32-
3331
var ingredient = new Ingredient(fileSystem, parameters.NewPostTitle, parameters.Path, parameters.IncludeDrafts);
3432
ingredient.Create();
3533
}

0 commit comments

Comments
 (0)