We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fa03d commit 195dd8bCopy full SHA for 195dd8b
1 file changed
src/CodeBreaker.Blazor.Client/Components/Playground.razor.cs
@@ -148,9 +148,6 @@ private void SelectColor(string color)
148
149
private void SelectShape(string shape)
150
{
151
- //_currentMove[_selectedField].Selected = true;
152
- //_currentMove[_selectedField].Shape = shape;
153
-
154
int fieldIndex;
155
156
// If a field is selected, use the selected field
0 commit comments