Remove debug line

This commit is contained in:
Matt 2020-02-01 23:16:30 -05:00 committed by GitHub
parent 4f3db6f3da
commit cb1fd7400e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@ public class RegionMask extends AbstractMask {
@Override
public boolean test(Extent extent, BlockVector3 vector) {
Fawe.imp().debug(" extent: " + extent.getClass());
return region.contains(vector);
}