diff --git a/guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java b/guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java index 7fab071..4df7203 100644 --- a/guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java +++ b/guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java @@ -19,8 +19,6 @@ package com.onixbyte.guid.impl; import com.onixbyte.guid.GuidCreator; import com.onixbyte.guid.exceptions.TimingException; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; import java.time.LocalDateTime; import java.time.ZoneId; @@ -49,8 +47,6 @@ import java.time.ZoneId; */ public final class SnowflakeGuidCreator implements GuidCreator { - private final static Logger log = LoggerFactory.getLogger(SnowflakeGuidCreator.class); - /** * Constructs a SnowflakeGuidGenerator with the default start epoch and custom worker ID, data * centre ID.