Skip to content

Commit

Permalink
Remove test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PaciStardust committed Jun 12, 2023
1 parent 7db7a21 commit b7a96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OscMultitool/Services/OscControl/OscListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void HandleData(string address, object[] arguments)
if (OscDataHandler.Handle(address, arguments))
return;

foreach (var filter in _filters) //todo: [TEST] New routing filters
foreach (var filter in _filters)
if (filter.Matches(address))
filter.Send(address, arguments);
}
Expand Down

0 comments on commit b7a96da

Please sign in to comment.