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
|
@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...");
|
||||||
|
Loading…
Reference in New Issue
Block a user