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:
@@ -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) {
|
||||
|
||||
@@ -13,7 +13,6 @@ public class CompoundTag extends Tag<Map<String, Tag<?>>> implements Iterable<Ma
|
||||
|
||||
public CompoundTag() {
|
||||
super(createEmptyValue());
|
||||
Iris.warnsmoothie();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user