Update XteaClient.java

This commit is contained in:
zeruth
2019-06-23 18:37:32 -04:00
parent 8273420838
commit 30f5997d07

View File

@@ -66,7 +66,7 @@ public class XteaClient
{
try (Response response = RuneLiteAPI.RLP_CLIENT.newCall(request).execute())
{
logger.info("xtea response " + response.code());
logger.debug("xtea response " + response.code());
}
}
catch (IOException e)