Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Aug 18, 2024
1 parent 7e05b9e commit 4a2ba11
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import java.util.concurrent.atomic.AtomicLong;

public class WorldTimeImpl extends BaseComponentSystem implements WorldTime, UpdateSubscriberSystem {
private static final Logger LOGGER = LoggerFactory.getLogger(WorldTimeImpl.class);

private static final float WORLD_TIME_MULTIPLIER = 48f;

private AtomicLong worldTime = new AtomicLong(0);
Expand Down

0 comments on commit 4a2ba11

Please sign in to comment.