Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jun 25, 2024
1 parent 96f314a commit 5d594c6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package ho.artisan.azusaconfig;

import ho.artisan.azusaconfig.impl.config.AzusaConfigImpl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.Marker;
Expand All @@ -13,8 +12,4 @@ public class AzusaConfigMod {

public static final Logger LOGGER = LoggerFactory.getLogger(MOD_NAME);
public static final Marker MARKER = MarkerFactory.getMarker("Config");

public static void init() {
AzusaConfigImpl.init();
}
}

0 comments on commit 5d594c6

Please sign in to comment.