Remove unused @Slf4j annotations and imports

This commit is contained in:
Jordan Atwood
2018-07-31 21:18:52 -07:00
parent 4579869c0d
commit 547f037330
51 changed files with 0 additions and 102 deletions

View File

@@ -29,14 +29,12 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.UUID;
import lombok.extern.slf4j.Slf4j;
import net.runelite.http.api.RuneLiteAPI;
import okhttp3.HttpUrl;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.ResponseBody;
@Slf4j
public class SessionClient
{
public UUID open() throws IOException