mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-03 01:10:17 +01:00
Removed debug logging statement
This commit is contained in:
parent
9abe83b213
commit
585a2ecf52
@ -205,7 +205,6 @@ public class KillQueries {
|
||||
while (set.next()) {
|
||||
int kills = set.getInt("kills");
|
||||
int deaths = set.getInt("deaths");
|
||||
System.out.println("K:" + kills + " D:" + deaths);
|
||||
totalKDR += (double) kills / (deaths > 0 ? deaths : 1);
|
||||
playerCount++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user