Skip to content

Commit

Permalink
Fixed debug utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Feb 4, 2022
1 parent 11974a5 commit 544ba20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ repositories {
maven { url "https://repo.codemc.org/repository/maven-snapshots/" }
maven { url "https://repo.codemc.org/repository/maven-releases/" }
maven { url "https://repo.repsy.io/mvn/lorenzo0111/public" }
maven { url "https://repo.mattstudios.me/artifactory/public/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/"}
maven { url "https://repo.dmulloy2.net/repository/public/" }
maven { url "https://dl.lorenzo0111.me/" }
maven { url "https://dl.lorenzo0111.me/releases" }
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/me/lorenzo0111/multilang/debug/DebugUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

import me.lorenzo0111.multilang.MultiLangPlugin;
import me.lorenzo0111.multilang.commands.subcommands.admin.DebugCommand;
import me.lorenzo0111.multilang.protocol.adapter.ChatAdapter;
import me.lorenzo0111.pluginslib.debugger.Debuggable;
import org.bukkit.plugin.java.JavaPlugin;
import org.jetbrains.annotations.Nullable;
Expand Down Expand Up @@ -54,7 +53,6 @@ public DebugUtils(DebugCommand cmd, MultiLangPlugin plugin) {
e.printStackTrace();
}
map.put("cache",directory);
map.put("realtime queue", ChatAdapter.getTasks().size());
return map;
}

Expand Down

0 comments on commit 544ba20

Please sign in to comment.