Clean up remaining test code

This commit is contained in:
okvdai
2023-06-08 15:06:07 +02:00
parent 40f1af931e
commit a18c59931f
2 changed files with 0 additions and 4 deletions
@@ -198,8 +198,6 @@ void function UpdateStatsForMap( string mapName )
if ( modePlayedTime > 0 ) {
AddPieChartEntry( modes, GameMode_GetName( modeName ), modePlayedTime, GetGameModeDisplayColor( modeName ) )
}
} else {
pulsePrintt("No " + mapName.slice(3) + " in pulseData")
}
}
foreach (string key, array<int> value in customGamemodeList)