mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
NOISSUE Do not log the analytics client ID into the application log.
This commit is contained in:
parent
6f17183bf0
commit
705a658fef
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ void MultiMC::initAnalytics()
|
|||
}
|
||||
|
||||
m_analytics->enable();
|
||||
qDebug() << "Initialized analytics with tid" << BuildConfig.ANALYTICS_ID << "and cid" << clientID;
|
||||
qDebug() << "Initialized analytics with tid" << BuildConfig.ANALYTICS_ID;
|
||||
}
|
||||
|
||||
void MultiMC::shutdownAnalytics()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue