forked from MirrorHub/authlib-injector
Remove log msg 'Fetching metadata'
This commit is contained in:
parent
6b9ead4491
commit
1a1f9fc8fc
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ public final class AuthlibInjector {
|
|||
|
||||
Optional<String> prefetched = getPrefetchedResponse();
|
||||
if (!prefetched.isPresent()) {
|
||||
Logging.CONFIG.info("Fetching metadata");
|
||||
try {
|
||||
metadataResponse = asString(getURL(apiRoot));
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in a new issue