Skip to content

Commit 280b716

Browse files
committed
fix: remove accidentally left behind logging
1 parent 02d243b commit 280b716

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update to 1.21.9
1+
Fix logging accidentally left behind.

common/src/client/java/io/github/jamalam360/jamlib/client/gui/WidgetList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public int getHeight() {
7272
}
7373

7474
private void updateChildren(List<AbstractWidget> children) {
75-
System.out.println("Updating children " + this.children + " with " + children);
7675
this.children = ImmutableList.copyOf(children);
7776
this.childYs = this.children.stream().map(AbstractWidget::getY).toList();
7877
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx3G
22
org.gradle.daemon=false
33
org.gradle.parallel=true
4-
version=1.3.5+1.21.9
4+
version=1.3.5+1.21.9-patch.1
55
minecraft_version=1.21.9
66

77
additional_minecraft_versions=

0 commit comments

Comments
 (0)