Disable FUS for Code Completion in 1.4.20

This commit is contained in:
Anton Yalyshev
2020-08-12 10:22:29 +03:00
parent 20371b874a
commit f6f3787b51
@@ -66,7 +66,8 @@ object CompletionFUSCollector {
data[CompletionEventAttribute] = NotChosen
}
KotlinFUSLogger.log(FUSEventGroups.Editor, EventName, data)
// sending the data was turned off for 1.4.20+ as we sent enough in 1.4.0
// KotlinFUSLogger.log(FUSEventGroups.Editor, EventName, data)
}
}