9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Remove debugging messages

This commit is contained in:
DanLT
2021-06-21 07:12:47 -08:00
parent 975096b221
commit 492646edc3
5 changed files with 0 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ public class Section {
public Section(CompoundTag sectionRoot, int dataVersion) {
this(sectionRoot, dataVersion, ALL_DATA);
Iris.warnsmoothie();
}
public Section(CompoundTag sectionRoot, int dataVersion, long loadFlags) {

View File

@@ -13,7 +13,6 @@ public class CompoundTag extends Tag<Map<String, Tag<?>>> implements Iterable<Ma
public CompoundTag() {
super(createEmptyValue());
Iris.warnsmoothie();
}
@Override