Remove console write

This commit is contained in:
LumaLivy 2021-11-04 03:56:08 -04:00
commit cf348002af

View file

@ -88,8 +88,6 @@ namespace LBPUnion.ProjectLighthouse.Controllers
{"totalNumScores", rankedScores.Count() } // This is the denominator of your position globally in the side menu. {"totalNumScores", rankedScores.Count() } // This is the denominator of your position globally in the side menu.
}); });
Console.WriteLine(res);
return this.Ok(res); return this.Ok(res);
} }
} }