mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 04:48:44 +00:00
Remove console write
This commit is contained in:
parent
85f1afaf35
commit
cf348002af
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue