Skip to content

Commit c4b3f3e

Browse files
committed
remove test code
1 parent f6fe5b5 commit c4b3f3e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -949,15 +949,7 @@ public void run() {
949949
this.shopPurger = new ShopPurger(this, false);
950950
shopPurger.runTaskAsynchronously(this);
951951
Util.debugLog("Now using display-type: " + AbstractDisplayItem.getNowUsing().name());
952-
getLogger().info("QuickShop Loaded! " + enableTimer.stopAndGetTimePassed() + " ms.");
953-
954-
// TODO: Test code
955-
getDatabaseHelper().insertHistoryRecord(new TestRecord());
956-
}
957-
958-
static class TestRecord {
959-
private final String test = "Hello World!";
960-
private final ShopChunk chunk = new ShopChunk("hello!", 2, 3);
952+
getLogger().info("QuickShop Loaded! " + enableTimer.stopAndGetTimePassed() + " ms.");c
961953
}
962954

963955
private void loadItemMatcher() {

0 commit comments

Comments
 (0)