mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
remove debug logging
This commit is contained in:
@@ -368,7 +368,6 @@ public class BiomeTemplate extends AbstractableTemplate implements ValidatedConf
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
System.out.println("Testing " + id);
|
|
||||||
tester.parse(noiseEquation, testScope);
|
tester.parse(noiseEquation, testScope);
|
||||||
} catch(ParseException e) {
|
} catch(ParseException e) {
|
||||||
throw new ValidationException("Invalid noise equation: ", e);
|
throw new ValidationException("Invalid noise equation: ", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user