mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
Remove debug noise
This commit is contained in:
parent
4452777585
commit
d8cf759671
@ -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…
Reference in New Issue
Block a user