mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
[fus] clean up: remove unused FUStateUsagesLogger.scheduleLogProjectState
GitOrigin-RevId: 887d6911a228401a75da1a4449542fe1ceca1071
This commit is contained in:
committed by
intellij-monorepo-bot
parent
06d0015e88
commit
f727cd6a4c
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user