From bfbce31e27ca4652089a695dad64ab90f096e604 Mon Sep 17 00:00:00 2001 From: siujamo Date: Wed, 4 Jun 2025 11:15:25 +0800 Subject: [PATCH] refactor: remove logger and unused imports --- .../java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java | 4 ---- 1 file changed, 4 deletions(-) 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.