do not track error

faststats update
This commit is contained in:
alexcrea 2026-05-21 22:53:34 +02:00
parent 68f63a8ec7
commit 2070f8fd68
Signed by: alexcrea
GPG key ID: E346CD16413450E3
2 changed files with 1 additions and 2 deletions

View file

@ -210,7 +210,6 @@ open class CustomAnvil : JavaPlugin() {
.setFeatured(featured)
.setOnError {
logger.log(Level.WARNING, "error trying to fetch latest update", it)
MetricsUtil.trackError(it)
}
.checkVersion { latestVer: String? ->
CustomAnvil.latestVer = latestVer