Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh committed Apr 26, 2023
1 parent 0eae16f commit 4e4ff11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OSPSuite.UI/Binders/CurveBinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ private void refreshData()
_dataTable.BeginLoadData();

for(int baseIndex =0; baseIndex < baseGrid.Values.Count; baseIndex++)
// foreach (var baseValue in baseGrid.Values)
{
var baseValue = baseGrid.Values[baseIndex];
try
Expand Down

0 comments on commit 4e4ff11

Please sign in to comment.