Turn off FUS data sending in 1.3.61+ as we as we sent enough in 1.3.60

This commit is contained in:
Anton Yalyshev
2019-11-21 11:12:15 +03:00
parent e38fdae1bc
commit 1bbd17c4d6
@@ -66,7 +66,8 @@ object CompletionFUSCollector {
data[CompletionEventAttribute] = NotChosen
}
KotlinFUSLogger.log(FUSEventGroups.Editor, EventName, data)
// sending the data was turned of for 1.3.61+ as we sent enough in 1.3.60
// KotlinFUSLogger.log(FUSEventGroups.Editor, EventName, data)
}
}