We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e84a4e commit 5fac208Copy full SHA for 5fac208
src/main/java/io/github/hsyyid/adminshop/Main.java
@@ -123,7 +123,6 @@ public void onServerStart(ServerStartedEvent event)
123
{
124
e.printStackTrace();
125
}
126
- getLogger().warn(json);
127
adminShops = new ArrayList<AdminShop>(Arrays.asList(gson.fromJson(json, AdminShop[].class)));
128
129
try
@@ -134,7 +133,6 @@ public void onServerStart(ServerStartedEvent event)
134
133
135
136
137
138
buyAdminShops = new ArrayList<AdminShop>(Arrays.asList(gson.fromJson(json, AdminShop[].class)));
139
140
getLogger().info("-----------------------------");
0 commit comments