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