Skip to content

Commit

Permalink
removed unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemex committed Oct 18, 2024
1 parent fd7e691 commit 8494944
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/github/spacemex/skillApi/SkillApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

import org.bukkit.plugin.java.JavaPlugin;

import java.util.logging.Logger;

public final class SkillApi extends JavaPlugin {

@Override
public void onEnable(){
Logger logger = getLogger();
logger.info("SkillAPI has been enabled!");
getLogger().info("SkillAPI has been enabled!");
}
}

0 comments on commit 8494944

Please sign in to comment.