Skip to content

Commit 6aa573a

Browse files
committed
1 parent 8e8bec1 commit 6aa573a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public List<ShopRawDatabaseInfo> getOriginShopsInDatabase() {
354354
errors = 0;
355355
List<ShopRawDatabaseInfo> shopRawDatabaseInfoList = new ArrayList<>();
356356
try (WarpedResultSet warpRS = plugin.getDatabaseHelper().selectAllShops(); ResultSet rs = warpRS.getResultSet()) {
357-
this.plugin.getLogger().info("Getting shops from the database...");
357+
// this.plugin.getLogger().info("Getting shops from the database...");
358358
while (rs.next()) {
359359
ShopRawDatabaseInfo origin = new ShopRawDatabaseInfo(rs);
360360
shopRawDatabaseInfoList.add(origin);

0 commit comments

Comments
 (0)