Skip to content

Commit bfbce31

Browse files
committed
refactor: remove logger and unused imports
1 parent 410cb0d commit bfbce31

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
import com.onixbyte.guid.GuidCreator;
2121
import com.onixbyte.guid.exceptions.TimingException;
22-
import org.slf4j.Logger;
23-
import org.slf4j.LoggerFactory;
2422

2523
import java.time.LocalDateTime;
2624
import java.time.ZoneId;
@@ -49,8 +47,6 @@
4947
*/
5048
public final class SnowflakeGuidCreator implements GuidCreator<Long> {
5149

52-
private final static Logger log = LoggerFactory.getLogger(SnowflakeGuidCreator.class);
53-
5450
/**
5551
* Constructs a SnowflakeGuidGenerator with the default start epoch and custom worker ID, data
5652
* centre ID.

0 commit comments

Comments
 (0)