Remove unused variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2023-01-15 04:39:59 +01:00
parent 4df2429b09
commit 6b97e0bb7e
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ public class RandomOrgSeedTask implements Runnable
@Override @Override
public void run() public void run()
{ {
String apiKey = Cache.getRandomOrgApiKey();
if(RandomUtil.isRandomOrgKeyValid()) if(RandomUtil.isRandomOrgKeyValid())
{ {
if(Cache.isVerbose()) LOGGER.info("Updating Random seed from random.org..."); if(Cache.isVerbose()) LOGGER.info("Updating Random seed from random.org...");