[fus] clean up: remove unused FUStateUsagesLogger.scheduleLogProjectState

GitOrigin-RevId: 887d6911a228401a75da1a4449542fe1ceca1071
This commit is contained in:
Daniil Ovchinnikov
2023-08-22 15:38:36 +02:00
committed by intellij-monorepo-bot
parent 06d0015e88
commit f727cd6a4c

View File

@@ -219,10 +219,6 @@ class ProjectFUStateUsagesLogger(
}
}
fun scheduleLogProjectState(): Job = cs.launch {
logProjectState()
}
private suspend fun logProjectState(): Unit = coroutineScope {
val recorderLoggers = HashMap<String, StatisticsEventLogger>()
for (usagesCollector in UsageCollectors.getProjectCollectors(this@ProjectFUStateUsagesLogger)) {