Skip to content

Commit

Permalink
remove bad write
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Oct 23, 2023
1 parent f4a6d49 commit fcf2195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HICPlugin/DataFlowComponents/CHIColumnFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public DataTable ProcessPipelineData(DataTable toProcess, IDataLoadEventListener
string[] messages = new string[] {};
foreach (DataRow row in toProcess.Rows)
{
listener.OnNotify(this, new NotifyEventArgs(ProgressEventType.Information, $"Row"));

foreach (DataColumn col in columns)
{
string val = row[col].ToString();
Expand Down

0 comments on commit fcf2195

Please sign in to comment.