Fix point string resolve for OPFOR in default PUNKTE entry

pull/44/head
HardiReady 2018-08-13 19:08:14 +02:00
parent 854a9720f5
commit ee5dcd7fa8
1 changed files with 0 additions and 2 deletions

View File

@ -181,8 +181,6 @@ const parseWarLog = (lineArray, war) => {
// EXIT LOOP
return true;
} else {
console.log(getPointsEntry(pt, line, war._id, war.date))
stats.points.push(getPointsEntry(pt, line, war._id, war.date));
}
} else if (line.includes('(Revive)')) {