Skip to content

Commit

Permalink
can be determined from new log entry, see softins/jamulus-php#5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrd committed Mar 13, 2023
1 parent eb284e1 commit 6e8b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JamFan22/Pages/Index.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public static void RefreshThreadTask()
{
if (LastReportedList.ContainsKey(key))
{
Console.WriteLine(key);
// Console.WriteLine(key);
DetectJoiners(LastReportedList[key], newReportedList);
}
LastReportedList[key] = newReportedList;
Expand Down

0 comments on commit 6e8b518

Please sign in to comment.