Skip to content

Commit eba4f55

Browse files
committed
remove apache commons logger
1 parent 118584b commit eba4f55

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/com/gtnewhorizon/structurelib/alignment/constructable/ConstructableUtility.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import lombok.RequiredArgsConstructor;
1616
import lombok.val;
1717
import lombok.var;
18-
import org.apache.commons.logging.Log;
19-
import org.apache.commons.logging.LogFactory;
2018

2119
import net.minecraft.entity.player.EntityPlayer;
2220
import net.minecraft.entity.player.EntityPlayerMP;
@@ -34,7 +32,6 @@
3432

3533
public class ConstructableUtility {
3634
private static final int LIMIT = 16;
37-
private static final Log log = LogFactory.getLog(ConstructableUtility.class);
3835

3936
private ConstructableUtility() {
4037

0 commit comments

Comments
 (0)