Skip to content

Commit

Permalink
Removed debug messages, version bump beta-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticRaven committed Aug 31, 2024
1 parent 2f9a8d3 commit 42f6e09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'dev.arctic'
version = 'beta-1.0.0'
version = 'beta-1.0.1'

repositories {
mavenCentral()
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/dev/arctic/interactivemenuapi/objects/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ public Menu (Location rootLocation, int timeoutSeconds, Plugin plugin) {
}

public void initializeMenu() {
plugin.getLogger().warning("Initializing menu!");
startRunnableUpdateGUI();
plugin.getLogger().warning("Starting update task!");
startCleanupTask();
plugin.getLogger().warning("Starting cleanup task!");
}


Expand Down Expand Up @@ -100,7 +97,6 @@ public void clearMenu() {

public void cleanup() {
clearMenu();
plugin.getLogger().warning("executing cleanup!");// Clear all elements first

anchorEntity.remove();

Expand Down

0 comments on commit 42f6e09

Please sign in to comment.