mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Turn off debug
This commit is contained in:
		@@ -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();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user