Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Feb 20, 2014
1 parent 2b46629 commit dedca7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static IProcess launch(String name, String location) {
IProcess result = null;
String launchConfigurationName = name + System.currentTimeMillis();
ILaunch launch = doLaunch(launchConfigurationName, location);
// ILaunch launch = doLaunch2(launchConfigurationName, location);
if (launch != null) {
IProcess[] processes = launch.getProcesses();
if (processes.length == 1) {
Expand Down

0 comments on commit dedca7c

Please sign in to comment.