Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Nov 28, 2019
1 parent 35ec11e commit 34d5fdb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.stirante.runechanger.model.client.RunePage;
import com.stirante.runechanger.util.LangHelper;
import com.stirante.runechanger.util.SimplePreferences;
import generated.LolChatUserResource;
import generated.LolSummonerSummoner;
import javafx.collections.FXCollections;
import javafx.collections.ListChangeListener;
Expand Down Expand Up @@ -73,11 +72,7 @@ public HomeController() {

public void setOnline(LolSummonerSummoner summoner, Loot lootModule) {
this.lootModule = lootModule;
try {
username.setText(RuneChanger.getInstance().getApi().executeGet("/lol-chat/v1/me", LolChatUserResource.class).statusMessage);
} catch (IOException e) {
e.printStackTrace();
}
username.setText(summoner.displayName);
try {
BufferedImage profileIcon = ImageIO.read(RuneChanger.getInstance()
.getApi()
Expand Down

0 comments on commit 34d5fdb

Please sign in to comment.