1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-05 08:03:13 +00:00

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

@ -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);
}