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); } }