Skip to content

Commit e2f14ea

Browse files
authored
chore: fix bad merge
1 parent 3bcb49a commit e2f14ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/src/main/java/dev/starfix/Starfix.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ public int cloneCmd(@Parameters(index = "0") String url) {
103103
// Launching Editor on the Cloned Directory
104104
System.out.println("Launching Editor Now...");
105105
getIDE(ide).launch_editor(directory, ide, directory.toAbsolutePath().toString(),filePath);
106-
System.out.println("Opening " + filePath);
107-
launch_editor(directory, ide, directory.toAbsolutePath().toString(),filePath);
108106
} catch (Exception e) {
109107
throw new IllegalStateException(e);
110108
}

0 commit comments

Comments
 (0)