Skip to content

Commit

Permalink
removed disk size from metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercake10 committed Sep 21, 2019
1 parent dced2c5 commit ed64ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Plugin/src/main/java/de/Linus122/TimeIsMoney/Metrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ private String collectData() {
data.osArch = System.getProperty("os.arch");
data.osVersion = System.getProperty("os.version");

data.diskSize = new File("/").getTotalSpace();

if (data.osName.equals("Linux")) {
data.linuxDistro = getDistro();
Expand Down Expand Up @@ -171,7 +170,6 @@ class Data {
public List<String> pluginAuthors;
String serverVersion;

long diskSize;
int coreCnt;
String javaRuntime;

Expand Down

0 comments on commit ed64ea2

Please sign in to comment.