File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/main/java/org/maxgamer/quickshop Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments