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 8e8bec1 commit 6aa573aCopy full SHA for 6aa573a
src/main/java/org/maxgamer/quickshop/shop/ShopLoader.java
@@ -354,7 +354,7 @@ public List<ShopRawDatabaseInfo> getOriginShopsInDatabase() {
354
errors = 0;
355
List<ShopRawDatabaseInfo> shopRawDatabaseInfoList = new ArrayList<>();
356
try (WarpedResultSet warpRS = plugin.getDatabaseHelper().selectAllShops(); ResultSet rs = warpRS.getResultSet()) {
357
- this.plugin.getLogger().info("Getting shops from the database...");
+ // this.plugin.getLogger().info("Getting shops from the database...");
358
while (rs.next()) {
359
ShopRawDatabaseInfo origin = new ShopRawDatabaseInfo(rs);
360
shopRawDatabaseInfoList.add(origin);
0 commit comments