mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Turn off debug
This commit is contained in:
parent
c5e8b90d71
commit
b16cc87ffb
@ -220,9 +220,11 @@ public class MetricsManager {
|
||||
});
|
||||
}
|
||||
|
||||
/* Debug stuff
|
||||
tracker = emetrics.getDataTracker();
|
||||
tracker.enable();
|
||||
tracker.setFilter(new DataEvent.DataType [] { DataEvent.DataType.SEND_DATA });
|
||||
*/
|
||||
|
||||
emetrics.startMetrics();
|
||||
}
|
||||
@ -235,10 +237,9 @@ public class MetricsManager {
|
||||
public static void chimeraWingUsed() {
|
||||
chimeraUseTracker.increment();
|
||||
chimeraServerUseTracker.increment();
|
||||
|
||||
debug();
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static void debug() {
|
||||
emetrics.getMetrics().flush();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user