Skip to content

Commit

Permalink
No need to call start, it is already started by defaul
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 16, 2013
1 parent 7b29b1c commit 3e935da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public void startupDefaultShell(@Observes PostStartup startup) throws Exception
if (!Boolean.getBoolean("forge.compatibility.IDE"))
{
Settings settings = new SettingsBuilder().create();
Shell shell = shellFactory.createShell(settings);
shell.getConsole().start();
shellFactory.createShell(settings);
}
}
}

0 comments on commit 3e935da

Please sign in to comment.