Skip to content

Commit 06ed2ca

Browse files
committed
clean up
1 parent 7c121c4 commit 06ed2ca

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/main/java/org/maxgamer/quickshop/command/SimpleCommandManager.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,6 @@ public SimpleCommandManager(QuickShop plugin) {
333333
.permission("quickshop.purge")
334334
.executor(new SubCommand_Purge(plugin))
335335
.build());
336-
// registerCmd(CommandContainer.builder()
337-
// .prefix("backup")
338-
// .permission("quickshop.backup")
339-
// .executor(new SubCommand_Backup(plugin))
340-
// .hidden(true)
341-
// .build());
342336
}
343337

344338
/**

src/main/java/org/maxgamer/quickshop/shop/SimpleShopManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public SimpleShopManager(@NotNull QuickShop plugin) {
105105
}
106106

107107
private void init() {
108-
// this.useFastShopSearchAlgorithm =
109-
// plugin.getConfiguration().getBoolean("shop.use-fast-shop-search-algorithm", false);
110108
Util.debugLog("Loading caching tax account...");
111109
String taxAccount = plugin.getConfiguration().getOrDefault("tax-account", "tax");
112110
if (!taxAccount.isEmpty()) {

0 commit comments

Comments
 (0)