Skip to content

Commit

Permalink
Removed bStats metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinoxGH committed Dec 21, 2020
1 parent db8d881 commit e8cfb32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/github/linoxgh/moretools/MoreTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import me.mrCookieSlime.Slimefun.Objects.Category;
import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem;
import me.mrCookieSlime.Slimefun.api.SlimefunItemStack;
import me.mrCookieSlime.Slimefun.bstats.bukkit.Metrics;
import me.mrCookieSlime.Slimefun.cscorelib2.item.CustomItem;
import me.mrCookieSlime.Slimefun.cscorelib2.updater.Updater;
import me.mrCookieSlime.Slimefun.cscorelib2.updater.GitHubBuildsUpdater;
Expand Down Expand Up @@ -76,9 +75,6 @@ public void onEnable() {
updater.start();
}
}

if (debug) getLogger().log(Level.INFO, "Setting up event metrics...");
new Metrics(this, 8780);

if (debug) getLogger().log(Level.INFO, "Setting up event listeners...");
new PlayerListener(this);
Expand Down

0 comments on commit e8cfb32

Please sign in to comment.