Skip to content

Commit 42f6e09

Browse files
committed
Removed debug messages, version bump beta-1.0.1
1 parent 2f9a8d3 commit 42f6e09

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'dev.arctic'
7-
version = 'beta-1.0.0'
7+
version = 'beta-1.0.1'
88

99
repositories {
1010
mavenCentral()

src/main/java/dev/arctic/interactivemenuapi/objects/Menu.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ public Menu (Location rootLocation, int timeoutSeconds, Plugin plugin) {
5050
}
5151

5252
public void initializeMenu() {
53-
plugin.getLogger().warning("Initializing menu!");
5453
startRunnableUpdateGUI();
55-
plugin.getLogger().warning("Starting update task!");
5654
startCleanupTask();
57-
plugin.getLogger().warning("Starting cleanup task!");
5855
}
5956

6057

@@ -100,7 +97,6 @@ public void clearMenu() {
10097

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

105101
anchorEntity.remove();
106102

0 commit comments

Comments
 (0)