From 9af10aff1365f17686198babca263b8df688dab7 Mon Sep 17 00:00:00 2001 From: Sylvie Nightshade Date: Tue, 29 Apr 2025 15:23:36 +0100 Subject: [PATCH] oops I left in a print --- Kyubey/ServiceController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Kyubey/ServiceController.cs b/Kyubey/ServiceController.cs index e549143..c6a7f03 100644 --- a/Kyubey/ServiceController.cs +++ b/Kyubey/ServiceController.cs @@ -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)