Remove debug noise

This commit is contained in:
Mike Primm 2022-01-23 21:49:49 -06:00
parent 4452777585
commit d8cf759671
1 changed files with 0 additions and 1 deletions

View File

@ -1082,7 +1082,6 @@ public class HDBlockModels {
PatchDefinition patch = pdf.getModelFace(bl.from, bl.to, side.side, side.uv, side.textureid);
if (patch != null) {
pd.add(patch);
Log.info("patch=" + patch);
}
}
}