Remove console log

pull/18/head
HardiReady 2017-11-06 14:24:31 +01:00
parent 403b6d8f34
commit 56a119f549
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ const parseWarLog = (lineArray, war) => {
stats.war.playersBlufor = stats.players.filter(player => player.fraction === 'BLUFOR').length;
stats.war.playersOpfor = stats.players.filter(player => player.fraction === 'OPFOR').length;
console.log(stats.war);
return stats;
};