Skip to content

Commit 86602ad

Browse files
Remove debug statement whoops
1 parent 26f5cef commit 86602ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/org/geysermc/geyser/session/cache/AdvancementsCache.java

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public void buildAndShowMenuForm() {
131131
* Build and send the list of advancements
132132
*/
133133
public void buildAndShowListForm() {
134-
System.out.println("showing list form called");
135134
GeyserAdvancement categoryAdvancement = storedAdvancements.get(currentAdvancementCategoryId);
136135
String language = session.locale();
137136

0 commit comments

Comments
 (0)