Remove debug noise
This commit is contained in:
parent
b41186af7e
commit
4788d59a60
1 changed files with 0 additions and 1 deletions
|
|
@ -1082,7 +1082,6 @@ public class HDBlockModels {
|
||||||
PatchDefinition patch = pdf.getModelFace(bl.from, bl.to, side.side, side.uv, side.textureid);
|
PatchDefinition patch = pdf.getModelFace(bl.from, bl.to, side.side, side.uv, side.textureid);
|
||||||
if (patch != null) {
|
if (patch != null) {
|
||||||
pd.add(patch);
|
pd.add(patch);
|
||||||
Log.info("patch=" + patch);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue