oops I left in a print

main
Nightshade System 4 weeks ago
parent 9da2cf962e
commit 9af10aff13

@ -98,7 +98,6 @@ public class ServiceController : WebApiController
if (userId is not null && view == -1 || userId is null) // ?????? this game makes no sense dude
{
var factor = view == -1 ? 0 : view;
Console.WriteLine($"factor={factor}");
var globalRanking = JewelDbContext.Scores
.Find(e => e.GameMode == mode)

Loading…
Cancel
Save