From cf348002af09755037596000320ef4d7ee310bf2 Mon Sep 17 00:00:00 2001 From: LumaLivy Date: Thu, 4 Nov 2021 03:56:08 -0400 Subject: [PATCH] Remove console write --- ProjectLighthouse/Controllers/ScoreController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProjectLighthouse/Controllers/ScoreController.cs b/ProjectLighthouse/Controllers/ScoreController.cs index f22ed928..c3d6c1a6 100644 --- a/ProjectLighthouse/Controllers/ScoreController.cs +++ b/ProjectLighthouse/Controllers/ScoreController.cs @@ -88,8 +88,6 @@ namespace LBPUnion.ProjectLighthouse.Controllers {"totalNumScores", rankedScores.Count() } // This is the denominator of your position globally in the side menu. }); - Console.WriteLine(res); - return this.Ok(res); } }