Skip to content

Commit

Permalink
remove code that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Feb 5, 2014
1 parent af9db6a commit 708f34f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public void showForgeConsole(ForgeConsole forgeConsole) {
}
ForgeConsolePage page = forgeConsoleToPage.get(forgeConsole);
if (page != null) {
// forgeConsoleView.setStatusMessage(forgeConsole.getName());
// showPage(page.getControl());
page.show();
page.activateActionBars();
currentPage = page;
Expand Down

0 comments on commit 708f34f

Please sign in to comment.