Remove unused variable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4df2429b09
commit
6b97e0bb7e
@ -20,7 +20,6 @@ public class RandomOrgSeedTask implements Runnable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
String apiKey = Cache.getRandomOrgApiKey();
|
||||
if(RandomUtil.isRandomOrgKeyValid())
|
||||
{
|
||||
if(Cache.isVerbose()) LOGGER.info("Updating Random seed from random.org...");
|
||||
|
Loading…
Reference in New Issue
Block a user